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