Class DefaultCustomerDaoTest

All Implemented Interfaces:
JaloSessionHolder

@IntegrationTest public class DefaultCustomerDaoTest extends ServicelayerTest
JUnit test suite for DefaultCustomerDao
  • Constructor Details

    • DefaultCustomerDaoTest

      public DefaultCustomerDaoTest()
  • Method Details

    • setUp

      public void setUp() throws Exception
      Throws:
      Exception
    • shouldGetCustomerByCustomerId

      public void shouldGetCustomerByCustomerId()
    • shouldReturnNullForUnknownCustomerId

      public void shouldReturnNullForUnknownCustomerId()
    • shouldThrowExceptionIfCustomerIdIsNull

      public void shouldThrowExceptionIfCustomerIdIsNull()
    • shouldThrowExceptionIfCustomerIdIsDuplicated

      public void shouldThrowExceptionIfCustomerIdIsDuplicated()