Class MCRMetaISO8601DateTest

java.lang.Object
org.mycore.common.MCRTestCase
org.mycore.datamodel.metadata.MCRMetaISO8601DateTest

public class MCRMetaISO8601DateTest extends MCRTestCase
This class is a JUnit test case for org.mycore.datamodel.metadata.MCRMeta8601Date.
Version:
$Revision$ $Date$
Author:
Thomas Scheffler
  • Constructor Details

    • MCRMetaISO8601DateTest

      public MCRMetaISO8601DateTest()
  • Method Details

    • 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 MCRTestCase
      Throws:
      Exception
      See Also:
    • setDate

      public void setDate()
    • createXML

      public void createXML()
    • getFormat

      public void getFormat()
    • getDate

      public void getDate()
    • getISOString

      public void getISOString()
    • setFromDOM

      public void setFromDOM()
    • getTestProperties

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