Class CDIURIvsURLConfigTest

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

public class CDIURIvsURLConfigTest extends WiremockArquillianTest
Verifies that URI declared via MP Config takes precedence over URL.
  • Constructor Details

    • CDIURIvsURLConfigTest

      public CDIURIvsURLConfigTest()
  • Method Details

    • createDeployment

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

      public void testURItakesPrecedenceOverURL() throws Exception
      Throws:
      Exception
    • testBaseUriInRegisterRestClientAnnotation

      public void testBaseUriInRegisterRestClientAnnotation() throws Exception
      Throws:
      Exception
    • testMPConfigURIOverridesBaseUriInRegisterRestClientAnnotation

      public void testMPConfigURIOverridesBaseUriInRegisterRestClientAnnotation() throws Exception
      Throws:
      Exception