22 references to CreateContext
Microsoft.AspNetCore.Routing.Tests (22)
Matching\HostMatcherPolicyIntegrationTestBase.cs (22)
22var httpContext = CreateContext("/hello", "contoso.com"); 38var httpContext = CreateContext("/hello", "contoso.com:8080"); 54var httpContext = CreateContext("/hello", "æon.contoso.com"); 70var httpContext = CreateContext("/hello", "contoso.com:1111"); 86var httpContext = CreateContext("/hello", "www.contoso.com:8080"); 102var httpContext = CreateContext("/hello", "æon.contoso.com:8080"); 118var httpContext = CreateContext("/hello", "contoso.com:8080"); 134var httpContext = CreateContext("/hello", "www.contoso.com:8080"); 150var httpContext = CreateContext("/hello", "www.blog.contoso.com:8080"); 166var httpContext = CreateContext("/hello", "mycontoso.com:8080"); 182var httpContext = CreateContext("/hello", "contoso.com:8080"); 198var httpContext = CreateContext("/hello", "contoso.com"); 214var httpContext = CreateContext("/hello", "contoso.com", "http"); 230var httpContext = CreateContext("/hello", "contoso.com", "https"); 246var httpContext = CreateContext("/hello", null, "https"); 262var httpContext = CreateContext("/hello", null, "https"); 278var httpContext = CreateContext("/hello", "contoso.com"); 294var httpContext = CreateContext("/hello", "contoso.com"); 310var httpContext = CreateContext("/hello", "contoso.com"); 326var httpContext = CreateContext("/hello", "contoso.com"); 342var httpContext = CreateContext("/hello", "contoso.com"); 358var httpContext = CreateContext("/hello", "nomatch.com");