Package gov.nih.mipav.model.file
Class MetadataExtractorTest.PngDescriptorTest
- java.lang.Object
-
- gov.nih.mipav.model.file.MetadataExtractorTest.PngDescriptorTest
-
- Enclosing class:
- MetadataExtractorTest
public class MetadataExtractorTest.PngDescriptorTest extends java.lang.Object
- Author:
- Akihiko Kusanagi
-
-
Field Summary
Fields Modifier and Type Field Description private java.nio.charset.Charset
_latin1Encoding
(package private) MetadataExtractor.Charsets
ch
-
Constructor Summary
Constructors Constructor Description PngDescriptorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testGetBackgroundColorDescription()
void
testGetColorTypeDescription()
void
testGetCompressionTypeDescription()
void
testGetFilterMethodDescription()
void
testGetInterlaceMethodDescription()
void
testGetIsSrgbColorSpaceDescription()
void
testGetPaletteHasTransparencyDescription()
void
testGetTextualDataDescription()
void
testGetUnitSpecifierDescription()
-
-
-
Method Detail
-
testGetColorTypeDescription
public void testGetColorTypeDescription() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testGetCompressionTypeDescription
public void testGetCompressionTypeDescription() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testGetFilterMethodDescription
public void testGetFilterMethodDescription() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testGetInterlaceMethodDescription
public void testGetInterlaceMethodDescription() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testGetPaletteHasTransparencyDescription
public void testGetPaletteHasTransparencyDescription() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testGetIsSrgbColorSpaceDescription
public void testGetIsSrgbColorSpaceDescription() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testGetUnitSpecifierDescription
public void testGetUnitSpecifierDescription() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testGetTextualDataDescription
public void testGetTextualDataDescription() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testGetBackgroundColorDescription
public void testGetBackgroundColorDescription() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-