Class HttpProxyRule

java.lang.Object
org.junit.rules.ExternalResource
com.xebialabs.xlrelease.rules.HttpProxyRule
All Implemented Interfaces:
org.junit.rules.TestRule

public class HttpProxyRule extends org.junit.rules.ExternalResource
  • Constructor Details

    • HttpProxyRule

      public HttpProxyRule()
  • Method Details

    • before

      protected void before() throws Throwable
      Overrides:
      before in class org.junit.rules.ExternalResource
      Throws:
      Throwable
    • after

      protected void after()
      Overrides:
      after in class org.junit.rules.ExternalResource
    • getHost

      public String getHost()
    • getPort

      public int getPort()