Class TransactionTests

java.lang.Object
ee.jakarta.tck.concurrent.framework.TestClient
ee.jakarta.tck.concurrent.spec.ContextService.tx.TransactionTests

@RunAsClient public class TransactionTests extends TestClient
  • Constructor Details

    • TransactionTests

      public TransactionTests()
  • Method Details

    • createDeployment

      @Deployment(name="TransactionTests") public static org.jboss.shrinkwrap.api.spec.WebArchive createDeployment()
    • getServletPath

      protected String getServletPath()
      Description copied from class: TestClient
      Override this method to return the servlet path for the suite of tests. Used for the runTest() methods.
      Overrides:
      getServletPath in class TestClient
    • testTransactionOfExecuteThreadAndCommit

      public void testTransactionOfExecuteThreadAndCommit()
    • testTransactionOfExecuteThreadAndRollback

      public void testTransactionOfExecuteThreadAndRollback()
    • testSuspendAndCommit

      public void testSuspendAndCommit()
    • testSuspendAndRollback

      public void testSuspendAndRollback()
    • testDefaultAndCommit

      public void testDefaultAndCommit()