Class CloseTest

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

public class CloseTest extends org.jboss.arquillian.testng.Arquillian
  • Constructor Details

    • CloseTest

      public CloseTest()
  • Method Details

    • createDeployment

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

      public void expectIllegalStateExceptionAfterCloseableClose() throws Exception
      Throws:
      Exception
    • expectIllegalStateExceptionAfterAutoCloseableClose

      public void expectIllegalStateExceptionAfterAutoCloseableClose() throws Exception
      Throws:
      Exception
    • expectIllegalStateExceptionAfterCloseOnInterfaceThatExtendsAutoCloseable

      public void expectIllegalStateExceptionAfterCloseOnInterfaceThatExtendsAutoCloseable() throws Exception
      Throws:
      Exception
    • expectIllegalStateExceptionAfterCloseOnInterfaceThatExtendsCloseable

      public void expectIllegalStateExceptionAfterCloseOnInterfaceThatExtendsCloseable() throws Exception
      Throws:
      Exception