Class MCRObjectInfoEntityManagerTest

java.lang.Object
org.mycore.common.MCRTestCase
org.mycore.common.MCRJPATestCase
org.mycore.datamodel.objectinfo.MCRObjectInfoEntityManagerTest

public class MCRObjectInfoEntityManagerTest extends MCRJPATestCase
  • Constructor Details

    • MCRObjectInfoEntityManagerTest

      public MCRObjectInfoEntityManagerTest()
  • 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:
    • tearDown

      public void tearDown() throws Exception
      Overrides:
      tearDown in class MCRJPATestCase
      Throws:
      Exception
    • removeAll

      public void removeAll()
    • getByID

      public void getByID()
    • update

      public void update()
    • create

      public void create()
    • remove

      public void remove()
    • delete

      public void delete()