Class DefaultExceptionMapperTest

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

public class DefaultExceptionMapperTest extends WiremockArquillianTest
  • Constructor Details

    • DefaultExceptionMapperTest

      public DefaultExceptionMapperTest()
  • Method Details

    • createDeployment

      @Deployment public static org.jboss.shrinkwrap.api.Archive<?> createDeployment()
    • resetHandlers

      @BeforeTest public void resetHandlers()
    • testNoExceptionThrownWhenDisabledDuringBuild

      public void testNoExceptionThrownWhenDisabledDuringBuild() throws Exception
      Throws:
      Exception
    • testPropagationOfResponseDetailsFromDefaultMapper

      public void testPropagationOfResponseDetailsFromDefaultMapper() throws Exception
      Throws:
      Exception
    • testExceptionThrownWhenPropertySetToFalse

      public void testExceptionThrownWhenPropertySetToFalse() throws Exception
      Throws:
      Exception
    • testLowerPriorityMapperTakesPrecedenceFromDefault

      public void testLowerPriorityMapperTakesPrecedenceFromDefault() throws Exception
      Throws:
      Exception