17 references to TestMatcherFactory
Microsoft.AspNetCore.Routing.Tests (17)
EndpointRoutingMiddlewareFormOptionsTest.cs (6)
37matcherFactory: new TestMatcherFactory(isHandled: true, setEndpointCallback: c => 71matcherFactory: new TestMatcherFactory(isHandled: true, setEndpointCallback: c => 109matcherFactory: new TestMatcherFactory(isHandled: true, setEndpointCallback: c => 144matcherFactory: new TestMatcherFactory(isHandled: true, setEndpointCallback: c => 176matcherFactory: new TestMatcherFactory(isHandled: true, setEndpointCallback: c => 212matcherFactory ??= new TestMatcherFactory(true);
EndpointRoutingMiddlewareTest.cs (6)
248matcherFactory: new TestMatcherFactory(isHandled: true, setEndpointCallback: c => 284matcherFactory: new TestMatcherFactory(isHandled: true, setEndpointCallback: c => 313matcherFactory: new TestMatcherFactory(isHandled: true, setEndpointCallback: c => 341matcherFactory: new TestMatcherFactory(isHandled: true, setEndpointCallback: c => 372matcherFactory: new TestMatcherFactory(isHandled: true, setEndpointCallback: c => 472matcherFactory ??= new TestMatcherFactory(true);
RoutingMetricsTests.cs (5)
30matcherFactory: new TestMatcherFactory(true, c => 64matcherFactory: new TestMatcherFactory(true, c => 91matcherFactory: new TestMatcherFactory(true, c => 118matcherFactory: new TestMatcherFactory(false), 159matcherFactory ??= new TestMatcherFactory(true);