Package gov.nih.mipav.model.file
Class MetadataExtractorTest.JpegDescriptorTest
- java.lang.Object
-
- gov.nih.mipav.model.file.MetadataExtractorTest.JpegDescriptorTest
-
- Enclosing class:
- MetadataExtractorTest
public class MetadataExtractorTest.JpegDescriptorTest extends java.lang.Object
- Author:
- Drew Noakes https://drewnoakes.com
-
-
Field Summary
Fields Modifier and Type Field Description private MetadataExtractor.JpegDescriptor
_descriptor
private MetadataExtractor.JpegDirectory
_directory
-
Constructor Summary
Constructors Constructor Description JpegDescriptorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
testGetComponentDataDescription_InvalidComponentNumber()
void
testGetComponentDescription()
void
testGetDataPrecisionDescription()
void
testGetImageHeightDescription()
void
testGetImageWidthDescription()
-
-
-
Field Detail
-
_directory
private MetadataExtractor.JpegDirectory _directory
-
_descriptor
private MetadataExtractor.JpegDescriptor _descriptor
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testGetComponentDataDescription_InvalidComponentNumber
public void testGetComponentDataDescription_InvalidComponentNumber() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testGetImageWidthDescription
public void testGetImageWidthDescription() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testGetImageHeightDescription
public void testGetImageHeightDescription() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testGetDataPrecisionDescription
public void testGetDataPrecisionDescription() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testGetComponentDescription
public void testGetComponentDescription() throws MetadataExtractor.MetadataException
-
-