4 references to CustomParameterPolicyWithArguments
Microsoft.AspNetCore.Routing.Tests (4)
DefaultParameterPolicyFactoryTest.cs (4)
215
options.ConstraintMap.Add("customConstraintPolicy", typeof(
CustomParameterPolicyWithArguments
));
226
var
constraint = Assert.IsType<
CustomParameterPolicyWithArguments
>(parameterPolicy);
365
options.ConstraintMap.Add("customConstraintPolicy", typeof(
CustomParameterPolicyWithArguments
));