Class HttpClientFactoryTest

java.lang.Object
org.eluder.coveralls.maven.plugin.httpclient.HttpClientFactoryTest

public class HttpClientFactoryTest extends Object
  • Field Details

    • targetServer

      public com.github.tomakehurst.wiremock.junit.WireMockRule targetServer
    • proxyServer

      public com.github.tomakehurst.wiremock.junit.WireMockRule proxyServer
  • Constructor Details

    • HttpClientFactoryTest

      public HttpClientFactoryTest()
  • Method Details

    • testSimpleRequest

      public void testSimpleRequest() throws Exception
      Throws:
      Exception
    • testUnAuthorizedProxyRequest

      public void testUnAuthorizedProxyRequest() throws Exception
      Throws:
      Exception
    • testAuthorixedProxyRequest

      public void testAuthorixedProxyRequest() throws Exception
      Throws:
      Exception
    • testNonProxiedHostRequest

      public void testNonProxiedHostRequest() throws Exception
      Throws:
      Exception