Method Summary |
|
abstract public AccountS | getAccountS(int i) This method depends on the home used to get it. |
protected void | setUp() |
public void | testApplicationCallerTx1() Test business method throwing an Application exception. |
public void | testApplicationContTx1() Test business method throwing an Application exception. |
public void | testApplicationContTxRb1() Test business method throwing an Application exception. |
public void | testApplicationNoTx() Test business method throwing an Application exception. |
public void | testApplicationNotTx() Test business method throwing an Application exception. |
public void | testEJBContTx() Test business method throwing an EJBException Called inside a
containertransaction (RequiresNew). |
public void | testRemoteCallerTx() Test business method throwing a RemoteException. |
public void | testUncheckedCallerTx() Test business method throwing an unchecked exception. |
public void | testUncheckedContTx() Test business method throwing an unchecked exception. |
public void | testUncheckedNoTx() Test business method throwing an unchecked exception. |