org.jboss.test.cts.interfaces
Class UserTransactionTester

java.lang.Object
  extended byorg.jboss.test.cts.interfaces.UserTransactionTester

public class UserTransactionTester
extends java.lang.Object

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.


Constructor Summary
UserTransactionTester(CtsBmpHome (src)  home, UserTransaction (src)  userTransaction)
          Create a new UserTransaction test instance.
 
Method Summary
 boolean runAllTests()
          Run all the UserTransaction tests.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserTransactionTester

public UserTransactionTester(CtsBmpHome (src)  home,
                             UserTransaction (src)  userTransaction)
Create a new UserTransaction test instance.

Method Detail

runAllTests

public boolean runAllTests()
Run all the UserTransaction tests.