7 references to AssertQueryParameter
Microsoft.AspNetCore.Mvc.ApiExplorer.Test (7)
EndpointMetadataApiDescriptionProviderTest.cs (7)
755
AssertQueryParameter
<int>(GetApiDescription((int foo) => { }, "/"));
756
AssertQueryParameter
<int>(GetApiDescription(([FromQuery] int foo) => { }));
757
AssertQueryParameter
<TryParseStringRecordStruct>(GetApiDescription(([FromQuery] TryParseStringRecordStruct foo) => { }));
758
AssertQueryParameter
<int[]>(GetApiDescription((int[] foo) => { }, "/"));
759
AssertQueryParameter
<string[]>(GetApiDescription((string[] foo) => { }, "/"));
760
AssertQueryParameter
<StringValues>(GetApiDescription((StringValues foo) => { }, "/"));
761
AssertQueryParameter
<TryParseStringRecordStruct[]>(GetApiDescription((TryParseStringRecordStruct[] foo) => { }, "/"));