Package gov.nih.mipav.model.file
Class MetadataExtractorTest.JpegSegmentReaderTest
- java.lang.Object
-
- gov.nih.mipav.model.file.MetadataExtractorTest.JpegSegmentReaderTest
-
- Enclosing class:
- MetadataExtractorTest
public class MetadataExtractorTest.JpegSegmentReaderTest extends java.lang.Object
Unit tests forMetadataExtractor.JpegSegmentReader
.- Author:
- Drew Noakes https://drewnoakes.com
-
-
Constructor Summary
Constructors Constructor Description JpegSegmentReaderTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testLoadJpegWithoutExifDataReturnsNull()
void
testReadAllSegments()
void
testReadDhtSegment()
void
testReadSpecificSegments()
void
testWithNonJpegFile()
-
-
-
Method Detail
-
testReadAllSegments
public void testReadAllSegments() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testReadSpecificSegments
public void testReadSpecificSegments() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testReadDhtSegment
public void testReadDhtSegment() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testLoadJpegWithoutExifDataReturnsNull
public void testLoadJpegWithoutExifDataReturnsNull() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testWithNonJpegFile
public void testWithNonJpegFile() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-