Class DefaultCMSVersionGCDaoIntegrationTest

All Implemented Interfaces:
JaloSessionHolder

@IntegrationTest public class DefaultCMSVersionGCDaoIntegrationTest extends ServicelayerTransactionalTest
  • Constructor Details

    • DefaultCMSVersionGCDaoIntegrationTest

      public DefaultCMSVersionGCDaoIntegrationTest()
  • Method Details

    • setUp

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

      public void shouldFindRetainableVersions()
    • shouldFindOnlyTaggedCMSVersionsOrWithRetainTrueWhenMaxAgeIsNull

      public void shouldFindOnlyTaggedCMSVersionsOrWithRetainTrueWhenMaxAgeIsNull()
    • createTaggedCMSVersion

      protected CMSVersionModel createTaggedCMSVersion(String uid, String transactionId, boolean retain, Date creationTime)
    • createCMSVersion

      protected CMSVersionModel createCMSVersion(String uid, String transactionId, String label, boolean retain, Date creationTime)