9 references to Helpers
ServerComparison.FunctionalTests (9)
HelloWorldTest.cs (3)
46ApplicationPath = Helpers.GetApplicationPath() 51deploymentParameters.ServerConfigTemplateContent = Helpers.GetNginxConfigContent("nginx.conf"); 133ApplicationPath = Helpers.GetApplicationPath()
NtlmAuthenticationTest.cs (1)
41ApplicationPath = Helpers.GetApplicationPath(),
ResponseCompressionTests.cs (3)
97ApplicationPath = Helpers.GetApplicationPath(), 104? Helpers.GetNginxConfigContent("nginx.conf") 105: Helpers.GetNginxConfigContent("NoCompression.conf");
ResponseTests.cs (2)
90ApplicationPath = Helpers.GetApplicationPath(), 96deploymentParameters.ServerConfigTemplateContent = Helpers.GetNginxConfigContent("nginx.conf");