Class JPAAccountDAOTest


  • public class JPAAccountDAOTest
    extends DemoBase
    This class tests the implementation of the JPAAccountDAO.
    • Field Detail

      • log

        private static org.slf4j.Logger log
      • accountDAO

        protected ejava.examples.ejbsessionbank.dao.AccountDAO accountDAO
    • Constructor Detail

      • JPAAccountDAOTest

        public JPAAccountDAOTest()
    • Method Detail

      • testCreateAccount

        public void testCreateAccount()
      • testFindAccounts

        public void testFindAccounts()
      • testRemoveAccount

        public void testRemoveAccount()
      • testUpdateAccount

        public void testUpdateAccount()
      • testGetLedger

        public void testGetLedger()