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.JpegDirectoryprocessBytes(java.lang.String filePath)voidsetUp()voidtestComponentData1()voidtestComponentData2()voidtestComponentData3()voidtestExtract_DataPrecision()voidtestExtract_Height()voidtestExtract_NumberOfComponents()voidtestExtract_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.JpegProcessingExceptionjava.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
-
-