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