Package gov.nih.mipav.model.file
Class MetadataExtractorTest.ExifSubIFDDescriptorTest
- java.lang.Object
-
- gov.nih.mipav.model.file.MetadataExtractorTest.ExifSubIFDDescriptorTest
-
- Enclosing class:
- MetadataExtractorTest
public class MetadataExtractorTest.ExifSubIFDDescriptorTest extends java.lang.Object
JUnit test case for class ExifSubIFDDescriptor.- Author:
- Drew Noakes https://drewnoakes.com
-
-
Constructor Summary
Constructors Constructor Description ExifSubIFDDescriptorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testUnicodeComment_ActualBytes()
void
testUnicodeComment_Ascii()
void
testUserCommentDescription_AsciiHeaderAsciiEncoding()
void
testUserCommentDescription_BlankAscii()
void
testUserCommentDescription_EmptyEncoding()
void
testUserCommentDescription_ZeroLengthAscii1()
void
testUserCommentDescription_ZeroLengthAscii2()
-
-
-
Method Detail
-
testUserCommentDescription_EmptyEncoding
public void testUserCommentDescription_EmptyEncoding() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testUserCommentDescription_AsciiHeaderAsciiEncoding
public void testUserCommentDescription_AsciiHeaderAsciiEncoding() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testUserCommentDescription_BlankAscii
public void testUserCommentDescription_BlankAscii() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testUserCommentDescription_ZeroLengthAscii1
public void testUserCommentDescription_ZeroLengthAscii1() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testUserCommentDescription_ZeroLengthAscii2
public void testUserCommentDescription_ZeroLengthAscii2() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testUnicodeComment_ActualBytes
public void testUnicodeComment_ActualBytes() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testUnicodeComment_Ascii
public void testUnicodeComment_Ascii() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-