Package gov.nih.mipav.model.file
Class MetadataExtractorTest.DirectoryTest
- java.lang.Object
-
- gov.nih.mipav.model.file.MetadataExtractorTest.DirectoryTest
-
- Enclosing class:
- MetadataExtractorTest
public class MetadataExtractorTest.DirectoryTest extends java.lang.Object- Author:
- Drew Noakes https://drewnoakes.com
-
-
Field Summary
Fields Modifier and Type Field Description private MetadataExtractor.Directory_directory
-
Constructor Summary
Constructors Constructor Description DirectoryTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetup()voidtestContainsTag()voidtestGetNonExistentTagIsNullForAllTypes()voidtestSetAndGetIntArray()voidtestSetAndGetMultipleTagsInSingleDirectory()voidtestSetIntArrayGetByteArray()voidtestSetSameTagMultipleTimesOverwritesValue()voidtestSetStringAndGetDate()voidtestSetStringGetInt()voidtestToString()voidtestUnderlyingInt()
-
-
-
Field Detail
-
_directory
private MetadataExtractor.Directory _directory
-
-
Method Detail
-
setup
public void setup()
-
testSetAndGetMultipleTagsInSingleDirectory
public void testSetAndGetMultipleTagsInSingleDirectory() throws java.lang.Exception- Throws:
java.lang.Exception
-
testSetSameTagMultipleTimesOverwritesValue
public void testSetSameTagMultipleTimesOverwritesValue() throws java.lang.Exception- Throws:
java.lang.Exception
-
testUnderlyingInt
public void testUnderlyingInt() throws java.lang.Exception- Throws:
java.lang.Exception
-
testSetAndGetIntArray
public void testSetAndGetIntArray() throws java.lang.Exception- Throws:
java.lang.Exception
-
testSetStringAndGetDate
public void testSetStringAndGetDate() throws java.lang.Exception- Throws:
java.lang.Exception
-
testSetIntArrayGetByteArray
public void testSetIntArrayGetByteArray() throws java.lang.Exception- Throws:
java.lang.Exception
-
testSetStringGetInt
public void testSetStringGetInt() throws java.lang.Exception- Throws:
java.lang.Exception
-
testContainsTag
public void testContainsTag() throws java.lang.Exception- Throws:
java.lang.Exception
-
testGetNonExistentTagIsNullForAllTypes
public void testGetNonExistentTagIsNullForAllTypes() throws java.lang.Exception- Throws:
java.lang.Exception
-
testToString
public void testToString()
-
-