7 references to AssertQueryParameter
Microsoft.AspNetCore.Mvc.ApiExplorer.Test (7)
EndpointMetadataApiDescriptionProviderTest.cs (7)
653
AssertQueryParameter
<int>(GetApiDescription((int foo) => { }, "/"));
654
AssertQueryParameter
<int>(GetApiDescription(([FromQuery] int foo) => { }));
655
AssertQueryParameter
<TryParseStringRecordStruct>(GetApiDescription(([FromQuery] TryParseStringRecordStruct foo) => { }));
656
AssertQueryParameter
<int[]>(GetApiDescription((int[] foo) => { }, "/"));
657
AssertQueryParameter
<string[]>(GetApiDescription((string[] foo) => { }, "/"));
658
AssertQueryParameter
<StringValues>(GetApiDescription((StringValues foo) => { }, "/"));
659
AssertQueryParameter
<TryParseStringRecordStruct[]>(GetApiDescription((TryParseStringRecordStruct[] foo) => { }, "/"));