Class MCRMetadataHistoryManagerTest

java.lang.Object
org.mycore.common.MCRTestCase
org.mycore.common.MCRJPATestCase
org.mycore.datamodel.metadata.history.MCRMetadataHistoryManagerTest

public class MCRMetadataHistoryManagerTest extends MCRJPATestCase
  • Constructor Details

    • MCRMetadataHistoryManagerTest

      public MCRMetadataHistoryManagerTest()
  • Method Details

    • getTestProperties

      protected Map<String,String> getTestProperties()
      Overrides:
      getTestProperties in class MCRTestCase
    • setUp

      public void setUp() throws Exception
      Description copied from class: MCRTestCase
      initializes MCRConfiguration with an empty property file. This can be used to test MyCoRe classes without any propties set, using default. You may want to set Properties per TestCase with the set() method of MCRConfiguration2
      Overrides:
      setUp in class MCRJPATestCase
      Throws:
      Exception
      See Also:
    • testGetEmptyHistoryStart

      public void testGetEmptyHistoryStart()
    • testGetHighestStoredID

      public void testGetHighestStoredID()
    • testGetHistoryStart

      public void testGetHistoryStart()
    • testGetDeletedItems

      public void testGetDeletedItems()
    • testGetLastDeletedDate

      public void testGetLastDeletedDate()