Class DefaultCustomerServiceTest

    • Constructor Detail

      • DefaultCustomerServiceTest

        public DefaultCustomerServiceTest()
    • Method Detail

      • setUp

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

        public void shouldGetCustomerByCustomerId()
      • shouldReturnNullIfUnknownCustomerId

        public void shouldReturnNullIfUnknownCustomerId()
      • shouldThrowExceptionIfCustomerIdIsNull

        public void shouldThrowExceptionIfCustomerIdIsNull()
      • shouldThrowExceptionIfCustomerIdIsDuplicated

        public void shouldThrowExceptionIfCustomerIdIsDuplicated()