Class DefaultContactInfoServiceIntegrationTest

All Implemented Interfaces:
JaloSessionHolder

@IntegrationTest public class DefaultContactInfoServiceIntegrationTest extends ServicelayerTransactionalBaseTest
  • Constructor Details

    • DefaultContactInfoServiceIntegrationTest

      public DefaultContactInfoServiceIntegrationTest()
  • Method Details

    • setUp

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

      public void shouldRemoveAllContactInfosOnUserRemove() throws Exception
      Throws:
      Exception
    • shouldReturnNullMainInfoContactIfUserDoesNotHaveContacts

      public void shouldReturnNullMainInfoContactIfUserDoesNotHaveContacts() throws Exception
      Throws:
      Exception
    • shouldReturnFirstContactInfoFromTheListAsMainContactInfo

      public void shouldReturnFirstContactInfoFromTheListAsMainContactInfo() throws Exception
      Throws:
      Exception
    • shouldSetMainContactForTheUser

      public void shouldSetMainContactForTheUser() throws Exception
      Throws:
      Exception
    • shouldAddContactInfosToTheList

      public void shouldAddContactInfosToTheList() throws Exception
      Throws:
      Exception
    • shouldRemoveContactsFromTheList

      public void shouldRemoveContactsFromTheList() throws Exception
      Throws:
      Exception