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