Class CDIInvokeWithRegisteredProvidersTest

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

public class CDIInvokeWithRegisteredProvidersTest extends WiremockArquillianTest
Verifies via CDI injection that you can use a programmatic interface. Verifies that the interface includes registered providers. Also verifies that providers registered via MicroProfile Config are honored.
  • Constructor Details

    • CDIInvokeWithRegisteredProvidersTest

      public CDIInvokeWithRegisteredProvidersTest()
  • Method Details

    • createDeployment

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

      public void testInvokesPostOperation_viaAnnotation() throws Exception
      Throws:
      Exception
    • testInvokesPostOperation_viaMPConfig

      public void testInvokesPostOperation_viaMPConfig() throws Exception
      Throws:
      Exception
    • testInvokesPostOperation_viaMPConfigWithConfigKey

      public void testInvokesPostOperation_viaMPConfigWithConfigKey() throws Exception
      Throws:
      Exception
    • testInvokesPutOperation_viaAnnotation

      public void testInvokesPutOperation_viaAnnotation() throws Exception
      Throws:
      Exception
    • testInvokesPutOperation_viaMPConfig

      public void testInvokesPutOperation_viaMPConfig() throws Exception
      Throws:
      Exception
    • testInvokesPutOperation_viaMPConfigWithConfigKey

      public void testInvokesPutOperation_viaMPConfigWithConfigKey() throws Exception
      Throws:
      Exception