7 references to AssertQueryParameter
Microsoft.AspNetCore.Mvc.ApiExplorer.Test (7)
EndpointMetadataApiDescriptionProviderTest.cs (7)
653AssertQueryParameter<int>(GetApiDescription((int foo) => { }, "/")); 654AssertQueryParameter<int>(GetApiDescription(([FromQuery] int foo) => { })); 655AssertQueryParameter<TryParseStringRecordStruct>(GetApiDescription(([FromQuery] TryParseStringRecordStruct foo) => { })); 656AssertQueryParameter<int[]>(GetApiDescription((int[] foo) => { }, "/")); 657AssertQueryParameter<string[]>(GetApiDescription((string[] foo) => { }, "/")); 658AssertQueryParameter<StringValues>(GetApiDescription((StringValues foo) => { }, "/")); 659AssertQueryParameter<TryParseStringRecordStruct[]>(GetApiDescription((TryParseStringRecordStruct[] foo) => { }, "/"));