public abstract class TransactionContainer extends Object
Modifier | Constructor and Description |
---|---|
protected |
TransactionContainer() |
Modifier and Type | Method and Description |
---|---|
protected void |
after(TransactionQueryTestCase test) |
protected void |
before(TransactionQueryTestCase test) |
protected void |
debug(String message) |
protected void |
detail(String message) |
protected boolean |
done() |
protected void |
runTest(TransactionQueryTestCase test) |
void |
runTransaction(TransactionQueryTestCase test) |
protected void before(TransactionQueryTestCase test)
protected void after(TransactionQueryTestCase test)
public void runTransaction(TransactionQueryTestCase test)
protected void runTest(TransactionQueryTestCase test)
protected void debug(String message)
protected void detail(String message)
protected boolean done()
Copyright © 2018 JBoss by Red Hat. All rights reserved.