Class ProxyServerTest

java.lang.Object
org.jboss.arquillian.testng.Arquillian
org.eclipse.microprofile.rest.client.tck.WiremockArquillianTest
org.eclipse.microprofile.rest.client.tck.ProxyServerTest
All Implemented Interfaces:
org.testng.IHookable, org.testng.ITestNGListener

public class ProxyServerTest extends WiremockArquillianTest
  • Field Details

    • DESTINATION_SERVER_PORT

      public static final int DESTINATION_SERVER_PORT
  • Constructor Details

    • ProxyServerTest

      public ProxyServerTest()
  • Method Details

    • createDeployment

      @Deployment public static org.jboss.shrinkwrap.api.spec.WebArchive createDeployment()
    • testNullHostName

      public void testNullHostName() throws Exception
      Throws:
      Exception
    • testInvalidPortNumber

      public void testInvalidPortNumber() throws Exception
      Throws:
      Exception
    • testInvalidPortNumber1

      public void testInvalidPortNumber1() throws Exception
      Throws:
      Exception
    • testInvalidPortNumber2

      public void testInvalidPortNumber2() throws Exception
      Throws:
      Exception
    • testProxy

      public void testProxy() throws Exception
      Throws:
      Exception
    • startDestinationServer

      public static void startDestinationServer(String responseContent)
    • stopDestinationServer

      public static void stopDestinationServer()