7 references to AssertQueryParameter
Microsoft.AspNetCore.Mvc.ApiExplorer.Test (7)
EndpointMetadataApiDescriptionProviderTest.cs (7)
781AssertQueryParameter<int>(GetApiDescription((int foo) => { }, "/")); 782AssertQueryParameter<int>(GetApiDescription(([FromQuery] int foo) => { })); 783AssertQueryParameter<TryParseStringRecordStruct>(GetApiDescription(([FromQuery] TryParseStringRecordStruct foo) => { })); 784AssertQueryParameter<int[]>(GetApiDescription((int[] foo) => { }, "/")); 785AssertQueryParameter<string[]>(GetApiDescription((string[] foo) => { }, "/")); 786AssertQueryParameter<StringValues>(GetApiDescription((StringValues foo) => { }, "/")); 787AssertQueryParameter<TryParseStringRecordStruct[]>(GetApiDescription((TryParseStringRecordStruct[] foo) => { }, "/"));