Class JPAAccountDAOTest
- java.lang.Object
-
- ejava.examples.ejbsessionbank.DemoBase
-
- ejava.examples.ejbsessionbank.jpa.JPAAccountDAOTest
-
public class JPAAccountDAOTest extends DemoBase
This class tests the implementation of the JPAAccountDAO.
-
-
Constructor Summary
Constructors Constructor Description JPAAccountDAOTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
testCreateAccount()
void
testFindAccounts()
void
testGetLedger()
void
testRemoveAccount()
void
testUpdateAccount()
-
Methods inherited from class ejava.examples.ejbsessionbank.DemoBase
cleanup, populate, setUpClass, tearDown, tearDownClass
-
-