3 references to BoundToIntArray
Microsoft.AspNetCore.Http.Extensions.Tests (3)
RequestDelegateFactoryTests.cs (3)
3192
httpContext.Items[nameof(args.
BoundToIntArray
)] = args.
BoundToIntArray
;
3205
Assert.Equal(expectedIntArray, httpContext.Items[nameof(ParameterListFromHeaderCommaSeparatedValues.
BoundToIntArray
)]);