Package gov.nih.mipav.model.file
Class MetadataExtractorTest.JpegDirectoryTest
- java.lang.Object
-
- gov.nih.mipav.model.file.MetadataExtractorTest.JpegDirectoryTest
-
- Enclosing class:
- MetadataExtractorTest
public class MetadataExtractorTest.JpegDirectoryTest extends java.lang.Object
- Author:
- Drew Noakes https://drewnoakes.com
-
-
Field Summary
Fields Modifier and Type Field Description private MetadataExtractor.JpegDirectory
_directory
-
Constructor Summary
Constructors Constructor Description JpegDirectoryTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
testGetComponent()
void
testGetComponent_NotAdded()
void
testGetImageHeight()
void
testGetImageWidth()
void
testGetNumberOfComponents()
void
testSetAndGetValue()
-
-
-
Field Detail
-
_directory
private MetadataExtractor.JpegDirectory _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()
-
testGetImageWidth
public void testGetImageWidth() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testGetImageHeight
public void testGetImageHeight() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testGetNumberOfComponents
public void testGetNumberOfComponents() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testGetComponent
public void testGetComponent() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-