Package gov.nih.mipav.model.file
Class MetadataExtractorTest.JpegReaderTest
- java.lang.Object
-
- gov.nih.mipav.model.file.MetadataExtractorTest.JpegReaderTest
-
- Enclosing class:
- MetadataExtractorTest
public class MetadataExtractorTest.JpegReaderTest 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 JpegReaderTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MetadataExtractor.JpegDirectory
processBytes(java.lang.String filePath)
void
setUp()
void
testComponentData1()
void
testComponentData2()
void
testComponentData3()
void
testExtract_DataPrecision()
void
testExtract_Height()
void
testExtract_NumberOfComponents()
void
testExtract_Width()
-
-
-
Field Detail
-
_directory
private MetadataExtractor.JpegDirectory _directory
-
-
Method Detail
-
processBytes
public MetadataExtractor.JpegDirectory processBytes(java.lang.String filePath) throws java.io.IOException
- Throws:
java.io.IOException
-
setUp
public void setUp() throws MetadataExtractor.JpegProcessingException, java.io.IOException
- Throws:
MetadataExtractor.JpegProcessingException
java.io.IOException
-
testExtract_Width
public void testExtract_Width() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testExtract_Height
public void testExtract_Height() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testExtract_DataPrecision
public void testExtract_DataPrecision() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testExtract_NumberOfComponents
public void testExtract_NumberOfComponents() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testComponentData1
public void testComponentData1() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testComponentData2
public void testComponentData2() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testComponentData3
public void testComponentData3() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-