7 references to AssertQueryParameter
Microsoft.AspNetCore.Mvc.ApiExplorer.Test (7)
EndpointMetadataApiDescriptionProviderTest.cs (7)
755AssertQueryParameter<int>(GetApiDescription((int foo) => { }, "/")); 756AssertQueryParameter<int>(GetApiDescription(([FromQuery] int foo) => { })); 757AssertQueryParameter<TryParseStringRecordStruct>(GetApiDescription(([FromQuery] TryParseStringRecordStruct foo) => { })); 758AssertQueryParameter<int[]>(GetApiDescription((int[] foo) => { }, "/")); 759AssertQueryParameter<string[]>(GetApiDescription((string[] foo) => { }, "/")); 760AssertQueryParameter<StringValues>(GetApiDescription((StringValues foo) => { }, "/")); 761AssertQueryParameter<TryParseStringRecordStruct[]>(GetApiDescription((TryParseStringRecordStruct[] foo) => { }, "/"));