7 references to AssertQueryParameter
Microsoft.AspNetCore.Mvc.ApiExplorer.Test (7)
EndpointMetadataApiDescriptionProviderTest.cs (7)
382AssertQueryParameter<int>(GetApiDescription((int foo) => { }, "/")); 383AssertQueryParameter<int>(GetApiDescription(([FromQuery] int foo) => { })); 384AssertQueryParameter<TryParseStringRecordStruct>(GetApiDescription(([FromQuery] TryParseStringRecordStruct foo) => { })); 385AssertQueryParameter<int[]>(GetApiDescription((int[] foo) => { }, "/")); 386AssertQueryParameter<string[]>(GetApiDescription((string[] foo) => { }, "/")); 387AssertQueryParameter<StringValues>(GetApiDescription((StringValues foo) => { }, "/")); 388AssertQueryParameter<TryParseStringRecordStruct[]>(GetApiDescription((TryParseStringRecordStruct[] foo) => { }, "/"));