19 references to CreateContext
Microsoft.AspNetCore.Routing.Tests (19)
Matching\HttpMethodMatcherPolicyIntegrationTestBase.cs (19)
24var httpContext = CreateContext("/hello", "GET");
40var httpContext = CreateContext("/hello", "GET");
56var httpContext = CreateContext("/hello", "GET", corsPreflight: true);
72var httpContext = CreateContext("/hello", "GET", corsPreflight: true);
91var httpContext = CreateContext("/hello", requestMethod);
109var httpContext = CreateContext("/hello", requestMethod, corsPreflight: true);
125var httpContext = CreateContext("/hello", "GET");
141var httpContext = CreateContext("/hello", "GET", corsPreflight: true);
157var httpContext = CreateContext("/hello", "GET", corsPreflight: true);
173var httpContext = CreateContext("/hello", "GET");
190var httpContext = CreateContext("/hello", "POST");
215var httpContext = CreateContext("/hello", "POST", corsPreflight: true);
232var httpContext = CreateContext("/hello", "POST");
249var httpContext = CreateContext("/hello", "GET");
266var httpContext = CreateContext("/hello", "GET");
283var httpContext = CreateContext("/hello", "POST");
300var httpContext = CreateContext("/hello", "POST");
332var httpContext1 = CreateContext("/hello", "GET");
339var httpContext2 = CreateContext("/hello", "GOT");