Package gov.nih.mipav.model.file
Class MetadataExtractorTest.ExifDirectoryTest
- java.lang.Object
-
- gov.nih.mipav.model.file.MetadataExtractorTest.ExifDirectoryTest
-
- Enclosing class:
- MetadataExtractorTest
public class MetadataExtractorTest.ExifDirectoryTest extends java.lang.Object
Unit tests forMetadataExtractor.ExifSubIFDDirectory
,MetadataExtractor.ExifIFD0Directory
,MetadataExtractor.ExifThumbnailDirectory
andMetadataExtractor.GpsDirectory
.- Author:
- Drew Noakes https://drewnoakes.com
-
-
Constructor Summary
Constructors Constructor Description ExifDirectoryTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testDateTime()
void
testGeoLocation()
void
testGetDirectoryName()
void
testGpsDate()
void
testResolution()
-
-
-
Method Detail
-
testGetDirectoryName
public void testGetDirectoryName() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testDateTime
public void testDateTime() throws MetadataExtractor.JpegProcessingException, java.io.IOException, MetadataExtractor.MetadataException
- Throws:
MetadataExtractor.JpegProcessingException
java.io.IOException
MetadataExtractor.MetadataException
-
testResolution
public void testResolution() throws MetadataExtractor.JpegProcessingException, java.io.IOException, MetadataExtractor.MetadataException
- Throws:
MetadataExtractor.JpegProcessingException
java.io.IOException
MetadataExtractor.MetadataException
-
testGeoLocation
public void testGeoLocation() throws java.io.IOException, MetadataExtractor.MetadataException
- Throws:
java.io.IOException
MetadataExtractor.MetadataException
-
testGpsDate
public void testGpsDate() throws java.io.IOException, MetadataExtractor.MetadataException
- Throws:
java.io.IOException
MetadataExtractor.MetadataException
-
-