Package gov.nih.mipav.model.file
Class MetadataExtractorTest.MetadataTest
- java.lang.Object
-
- gov.nih.mipav.model.file.MetadataExtractorTest.MetadataTest
-
- Enclosing class:
- MetadataExtractorTest
public class MetadataExtractorTest.MetadataTest extends java.lang.Object
JUnit test case for class Metadata.- Author:
- Drew Noakes https://drewnoakes.com
-
-
Constructor Summary
Constructors Constructor Description MetadataTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testGetDirectoryWhenNotExists()
void
testHasErrors()
void
testOrderOfDifferentTypes()
void
testOrderOfSameType()
void
testToString()
-
-
-
Method Detail
-
testGetDirectoryWhenNotExists
public void testGetDirectoryWhenNotExists()
-
testHasErrors
public void testHasErrors() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testToString
public void testToString()
-
testOrderOfSameType
public void testOrderOfSameType()
-
testOrderOfDifferentTypes
public void testOrderOfDifferentTypes()
-
-