| java.lang.Object org.jboss.test.util.ejb.EJBTestRunnerBean
EJBTestRunnerBean | public class EJBTestRunnerBean implements SessionBean(Code) | | Implementation of the ejb test runner.
See Also: EJBTestRunner author: Dain Sundstrom author: Scott.Stark@jboss.org version: $Revision: 57211 $ |
ejbActivate | public void ejbActivate()(Code) | | |
ejbCreate | public void ejbCreate()(Code) | | |
ejbPassivate | public void ejbPassivate()(Code) | | |
ejbRemove | public void ejbRemove()(Code) | | |
run | public void run(String className, String methodName) throws RemoteTestException(Code) | | Run the specified test method on the given class name using a Properties
map built from all java:comp/env entries.
Parameters: className - the name of the test class Parameters: methodName - the name of the test method throws: RemoteTestException - If any throwable is thrown during execution of the method, it is wrapped with a RemoteTestException and rethrown. |
run | public void run(String className, String methodName, Properties props) throws RemoteTestException(Code) | | Run the specified test method on the given class name
Parameters: className - the name of the test class Parameters: methodName - the name of the test method Parameters: props - throws: RemoteTestException - If any throwable is thrown during execution of the method, it is wrapped with a RemoteTestException and rethrown. |
setSessionContext | public void setSessionContext(SessionContext ctx)(Code) | | |
|
|