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