Package gov.nih.mipav.model.file
Class MetadataExtractorTest.ExifIFD0DescriptorTest
- java.lang.Object
-
- gov.nih.mipav.model.file.MetadataExtractorTest.ExifIFD0DescriptorTest
-
- Enclosing class:
- MetadataExtractorTest
public class MetadataExtractorTest.ExifIFD0DescriptorTest extends java.lang.Object
Unit tests forMetadataExtractor.ExifIFD0Descriptor
.- Author:
- Drew Noakes https://drewnoakes.com
-
-
Constructor Summary
Constructors Constructor Description ExifIFD0DescriptorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testWindowsXpFields()
void
testXResolutionDescription()
void
testYResolutionDescription()
-
-
-
Method Detail
-
testXResolutionDescription
public void testXResolutionDescription() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testYResolutionDescription
public void testYResolutionDescription() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testWindowsXpFields
public void testWindowsXpFields() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-