Class ManyToManyReferencesResolverTest

java.lang.Object
de.hybris.platform.testframework.HybrisJUnit4Test
de.hybris.platform.servicelayer.ServicelayerBaseTest
de.hybris.platform.audit.provider.internal.resolver.impl.ManyToManyReferencesResolverTest
All Implemented Interfaces:
AuditableTest, JaloSessionHolder
Direct Known Subclasses:
ManyToManyReferencesResolverJaloTest, ManyToManyReferencesResolverSLDTest

public class ManyToManyReferencesResolverTest extends ServicelayerBaseTest implements AuditableTest
  • Field Details

  • Constructor Details

    • ManyToManyReferencesResolverTest

      public ManyToManyReferencesResolverTest()
  • Method Details

    • setUp

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

      protected void switchPersistenceLegacyMode(boolean value)
    • tearDown

      public void tearDown() throws Exception
      Throws:
      Exception
    • shouldProvideAuditRecordsForUserBasedOnCurrentModel

      public void shouldProvideAuditRecordsForUserBasedOnCurrentModel() throws Exception
      Throws:
      Exception
    • shouldProvideAuditRecordsForUserWithDeleteBasedOnCurrentModel

      public void shouldProvideAuditRecordsForUserWithDeleteBasedOnCurrentModel() throws Exception
      Throws:
      Exception
    • shouldProvideAuditRecordsForGroupWithDeleteBasedOnCurrentModel

      public void shouldProvideAuditRecordsForGroupWithDeleteBasedOnCurrentModel() throws Exception
      Throws:
      Exception
    • shouldProvideAuditRecordsForDeletedUser

      public void shouldProvideAuditRecordsForDeletedUser() throws Exception
      Throws:
      Exception
    • shouldProvideAuditRecordsForUserWithDeleteBasedOnCurrentModelAndAudit

      public void shouldProvideAuditRecordsForUserWithDeleteBasedOnCurrentModelAndAudit() throws Exception
      Throws:
      Exception
    • shouldProvideAuditRecordsForUserBasedOnCurrentModelAndAudit

      public void shouldProvideAuditRecordsForUserBasedOnCurrentModelAndAudit() throws Exception
      Throws:
      Exception
    • shouldProvideAuditRecordsForGroupBasedOnCurrentModelAndAudit

      public void shouldProvideAuditRecordsForGroupBasedOnCurrentModelAndAudit() throws Exception
      Throws:
      Exception
    • enableAuditing

      protected void enableAuditing(String... types)
    • createUserGroup

      protected UserGroupModel createUserGroup(String userGroupUid, String userGroupName)
    • createUser

      protected UserModel createUser(String userUid, String userName)
    • createConfigForUserWithManyToManyAttribute

      protected AuditReportConfig createConfigForUserWithManyToManyAttribute()
    • createConfigForGroupWithManyToManyAttribute

      protected AuditReportConfig createConfigForGroupWithManyToManyAttribute()