public class JTACDITest
extends org.jboss.arquillian.testng.Arquillian
Modifier and Type | Field and Description |
---|---|
static int |
UNSUPPORTED |
Constructor and Description |
---|
JTACDITest() |
Modifier and Type | Method and Description |
---|---|
void |
afterMethod(Method m,
org.testng.ITestResult result) |
void |
beforeMethod(Method m) |
static org.jboss.shrinkwrap.api.spec.WebArchive |
createDeployment() |
void |
testAsyncTransaction() |
void |
testConcurrentTransactionPropagation() |
void |
testRunWithTxnOfExecutingThread() |
void |
testTransaction() |
void |
testTransactionPropagation() |
void |
testTransactionWithUT() |
public static final int UNSUPPORTED
@AfterMethod public void afterMethod(Method m, org.testng.ITestResult result)
@BeforeMethod public void beforeMethod(Method m)
@Deployment public static org.jboss.shrinkwrap.api.spec.WebArchive createDeployment()
public void testAsyncTransaction()
public void testTransactionPropagation() throws Exception
Exception
public void testConcurrentTransactionPropagation()
public void testRunWithTxnOfExecutingThread() throws jakarta.transaction.SystemException, jakarta.transaction.NotSupportedException
jakarta.transaction.SystemException
jakarta.transaction.NotSupportedException
Copyright © 2021 Eclipse Foundation. All rights reserved.