Class CDIFollowRedirectsTest

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

public class CDIFollowRedirectsTest extends WiremockArquillianTest
Verifies auto following redirects is performed when configured via MP Confg and CDI.
  • Constructor Details

    • CDIFollowRedirectsTest

      public CDIFollowRedirectsTest()
  • Method Details

    • createDeployment

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

      @BeforeMethod public void reset()
    • test301Default

      public void test301Default() throws Exception
      Throws:
      Exception
    • test301Follows

      public void test301Follows() throws Exception
      Throws:
      Exception
    • test302Default

      public void test302Default() throws Exception
      Throws:
      Exception
    • test302Follows

      public void test302Follows() throws Exception
      Throws:
      Exception
    • test303Default

      public void test303Default() throws Exception
      Throws:
      Exception
    • test303Follows

      public void test303Follows() throws Exception
      Throws:
      Exception
    • test307Default

      public void test307Default() throws Exception
      Throws:
      Exception
    • test307Follows

      public void test307Follows() throws Exception
      Throws:
      Exception