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