Uses of Class
org.jcoderz.commons.CommonsTestRunnerException

Packages that use CommonsTestRunnerException
org.jcoderz.commons   
 

Uses of CommonsTestRunnerException in org.jcoderz.commons
 

Methods in org.jcoderz.commons that throw CommonsTestRunnerException
 void CommonsTestRunnerSessionInterface.runTest(String testClassName, String testMethodName)
          Runs a test case inside a server.
 void CommonsTestRunnerSessionImpl.runTest(String testClassName, String testMethodName)
          Runs a test case inside a server.
 void CommonsTestRunnerSessionInterface.runTestWithTx(String testClassName, String testMethodName)
          Runs a test case inside a server with a new container-managed transaction.
 void CommonsTestRunnerSessionImpl.runTestWithTx(String testClassName, String testMethodName)
          Runs a test case inside a server with a new container-managed transaction.
 



Copyright 2007 The jCoderZ Project.