Class TellerTest
- java.lang.Object
-
- ejava.examples.ejbsessionbank.DemoBase
-
- ejava.examples.ejbsessionbank.blimpl.TellerTest
-
public class TellerTest extends DemoBase
-
-
Constructor Summary
Constructors Constructor Description TellerTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
testCloseAccount()
void
testCreateAccount()
void
testGetLedgerCount()
void
testGetOverdrawnAccounts()
void
testOwner()
-
Methods inherited from class ejava.examples.ejbsessionbank.DemoBase
cleanup, populate, setUpClass, tearDown, tearDownClass
-
-
-
-
Method Detail
-
testCreateAccount
public void testCreateAccount() throws ejava.examples.ejbsessionbank.bl.BankException
- Throws:
ejava.examples.ejbsessionbank.bl.BankException
-
testCloseAccount
public void testCloseAccount() throws ejava.examples.ejbsessionbank.bl.BankException
- Throws:
ejava.examples.ejbsessionbank.bl.BankException
-
testGetOverdrawnAccounts
public void testGetOverdrawnAccounts() throws ejava.examples.ejbsessionbank.bl.BankException
- Throws:
ejava.examples.ejbsessionbank.bl.BankException
-
testGetLedgerCount
public void testGetLedgerCount() throws ejava.examples.ejbsessionbank.bl.BankException
- Throws:
ejava.examples.ejbsessionbank.bl.BankException
-
testOwner
public void testOwner() throws ejava.examples.ejbsessionbank.bl.BankException
- Throws:
ejava.examples.ejbsessionbank.bl.BankException
-
-