7 references to AssertQueryParameter
Microsoft.AspNetCore.Mvc.ApiExplorer.Test (7)
EndpointMetadataApiDescriptionProviderTest.cs (7)
540AssertQueryParameter<int>(GetApiDescription((int foo) => { }, "/")); 541AssertQueryParameter<int>(GetApiDescription(([FromQuery] int foo) => { })); 542AssertQueryParameter<TryParseStringRecordStruct>(GetApiDescription(([FromQuery] TryParseStringRecordStruct foo) => { })); 543AssertQueryParameter<int[]>(GetApiDescription((int[] foo) => { }, "/")); 544AssertQueryParameter<string[]>(GetApiDescription((string[] foo) => { }, "/")); 545AssertQueryParameter<StringValues>(GetApiDescription((StringValues foo) => { }, "/")); 546AssertQueryParameter<TryParseStringRecordStruct[]>(GetApiDescription((TryParseStringRecordStruct[] foo) => { }, "/"));