| java.lang.Object org.jboss.test.cts.interfaces.UserTransactionTester
UserTransactionTester | public class UserTransactionTester (Code) | | A utility class for testing UserTransaction in a stand-alone
client, or a BMT enterprise bean.
This is not part of any interface, just shared code used in
client and server.
This does not depend on JUnit, as JUnit is not available on the server.
author: Ole Husgaard version: $Revision: 57211 $ |
Field Summary | |
static org.apache.log4j.Category | log |
Method Summary | |
public boolean | runAllTests() Run all the UserTransaction tests. |
log | static org.apache.log4j.Category log(Code) | | |
UserTransactionTester | public UserTransactionTester(CtsBmpHome home, UserTransaction userTransaction)(Code) | | Create a new UserTransaction test instance.
|
runAllTests | public boolean runAllTests()(Code) | | Run all the UserTransaction tests.
|
|
|