3 references to CustomParameterPolicyWithOnlyServiceArguments
Microsoft.AspNetCore.Routing.Tests (3)
DefaultParameterPolicyFactoryTest.cs (3)
259
options.ConstraintMap.Add("customConstraintPolicy", typeof(
CustomParameterPolicyWithOnlyServiceArguments
));
270
var
constraint = Assert.IsType<
CustomParameterPolicyWithOnlyServiceArguments
>(parameterPolicy);