Package gov.nih.mipav.model.file
Class MetadataExtractorTest.HuffmanTablesDirectoryTest
- java.lang.Object
-
- gov.nih.mipav.model.file.MetadataExtractorTest.HuffmanTablesDirectoryTest
-
- Enclosing class:
- MetadataExtractorTest
public class MetadataExtractorTest.HuffmanTablesDirectoryTest extends java.lang.Object
- Author:
- Nadahar
-
-
Field Summary
Fields Modifier and Type Field Description private MetadataExtractor.HuffmanTablesDirectory
_directory
-
Constructor Summary
Constructors Constructor Description HuffmanTablesDirectoryTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
testGetComponent_NotAdded()
void
testGetNumberOfTables()
void
testIsTypical()
void
testSetAndGetValue()
-
-
-
Field Detail
-
_directory
private MetadataExtractor.HuffmanTablesDirectory _directory
-
-
Method Detail
-
setUp
public void setUp()
-
testSetAndGetValue
public void testSetAndGetValue() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testGetComponent_NotAdded
public void testGetComponent_NotAdded()
-
testGetNumberOfTables
public void testGetNumberOfTables() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testIsTypical
public void testIsTypical() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-