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