Class DefaultCustomerDaoTest

    • Constructor Detail

      • DefaultCustomerDaoTest

        public DefaultCustomerDaoTest()
    • Method Detail

      • setUp

        public void setUp()
                   throws java.lang.Exception
        Throws:
        java.lang.Exception
      • shouldGetCustomerByCustomerId

        public void shouldGetCustomerByCustomerId()
      • shouldReturnNullForUnknownCustomerId

        public void shouldReturnNullForUnknownCustomerId()
      • shouldThrowExceptionIfCustomerIdIsNull

        public void shouldThrowExceptionIfCustomerIdIsNull()
      • shouldThrowExceptionIfCustomerIdIsDuplicated

        public void shouldThrowExceptionIfCustomerIdIsDuplicated()