Class TransactionTests
java.lang.Object
ee.jakarta.tck.concurrent.framework.TestClient
ee.jakarta.tck.concurrent.spec.ManagedExecutorService.tx.TransactionTests
-
Field Summary
Fields inherited from class ee.jakarta.tck.concurrent.framework.TestClient
FAILURE, nl, SUCCESS, TEST_METHOD
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.jboss.shrinkwrap.api.spec.WebArchive
void
void
void
Methods inherited from class ee.jakarta.tck.concurrent.framework.TestClient
assertStringInResponse, getServletPath, runTest, runTest, runTestWithResponse, runTestWithResponse
-
Constructor Details
-
TransactionTests
public TransactionTests()
-
-
Method Details
-
createDeployment
@Deployment(name="TransactionTests") public static org.jboss.shrinkwrap.api.spec.WebArchive createDeployment() -
testRollbackTransactionWithManagedExecutorService
@Order(1) public void testRollbackTransactionWithManagedExecutorService() -
testCommitTransactionWithManagedExecutorService
@Order(2) public void testCommitTransactionWithManagedExecutorService() -
testCancelTransactionWithManagedExecutorService
@Order(3) public void testCancelTransactionWithManagedExecutorService()
-