39 references to CreateContext
Microsoft.AspNetCore.Routing.Tests (39)
Matching\DfaMatcherConformanceTest.cs (2)
16var httpContext = CreateContext(path); 48var httpContext = CreateContext(path);
Matching\FullFeaturedMatcherConformanceTest.cs (18)
26var httpContext = CreateContext(path); 41var httpContext = CreateContext("/a"); 56var httpContext = CreateContext("/a"); 81var httpContext = CreateContext(path); 113var httpContext = CreateContext(path); 136var httpContext = CreateContext(path); 160var httpContext = CreateContext(path); 180var httpContext = CreateContext(path); 215var httpContext = CreateContext(path); 235var httpContext = CreateContext(path); 264var httpContext = CreateContext(path); 290var httpContext = CreateContext(path); 315var httpContext = CreateContext(path); 345var httpContext = CreateContext(path); 379var httpContext = CreateContext(path); 432var httpContext = CreateContext(path); 462var httpContext = CreateContext("/file/folder/abc/abc"); 493var httpContext = CreateContext("/file/folder/abc/abc");
Matching\MatcherConformanceTest.SingleEndpoint.cs (17)
13var httpContext = CreateContext("/"); 27var httpContext = CreateContext("/simple"); 41var httpContext = CreateContext("/simple/"); 58var httpContext = CreateContext(path); 75var httpContext = CreateContext(path); 93var httpContext = CreateContext(path); 113var httpContext = CreateContext(path); 130var httpContext = CreateContext("/simple"); 153var httpContext = CreateContext(path); 184var httpContext = CreateContext(path); 198var httpContext = CreateContext("/14"); 213var httpContext = CreateContext("/14"); 228var httpContext = CreateContext("/14/"); 243var httpContext = CreateContext("/foo/space/weirdmatch/matcherid"); 267var httpContext = CreateContext(path); 288var httpContext = CreateContext(path); 317var httpContext = CreateContext(path);
Matching\RouteMatcherConformanceTest.cs (1)
32var httpContext = CreateContext(path);
Matching\TreeRouterMatcherConformanceTest.cs (1)
46var httpContext = CreateContext(path);