Class C4CCustomerServiceImplTest

java.lang.Object
de.hybris.platform.customerticketingc4cintegration.service.C4CCustomerServiceImplTest

@UnitTest public class C4CCustomerServiceImplTest extends Object
Test class for C4CCustomerServiceImpl
  • Constructor Details

    • C4CCustomerServiceImplTest

      public C4CCustomerServiceImplTest()
  • Method Details

    • startUp

      public void startUp()
    • shouldGetIndividualCustomerByExternalId

      public void shouldGetIndividualCustomerByExternalId() throws C4CServiceException
      Throws:
      C4CServiceException
    • shouldThrowC4CServiceExceptionWhenEmptyIndividualCustomer

      public void shouldThrowC4CServiceExceptionWhenEmptyIndividualCustomer() throws C4CServiceException
      Throws:
      C4CServiceException
    • shouldThrowExceptionWhenRestClientExceptionDuringGetCustomer

      public void shouldThrowExceptionWhenRestClientExceptionDuringGetCustomer() throws Exception
      Throws:
      Exception
    • shouldGetContactByExternalId

      public void shouldGetContactByExternalId() throws C4CServiceException
      Throws:
      C4CServiceException
    • shouldThrowC4CServiceExceptionWhenEmptyContact

      public void shouldThrowC4CServiceExceptionWhenEmptyContact() throws C4CServiceException
      Throws:
      C4CServiceException
    • shouldThrowExceptionWhenRestClientExceptionDuringGetContact

      public void shouldThrowExceptionWhenRestClientExceptionDuringGetContact() throws Exception
      Throws:
      Exception