Package gov.nih.mipav.model.file
Class MetadataExtractorTest.JpegSegmentDataTest
- java.lang.Object
-
- gov.nih.mipav.model.file.MetadataExtractorTest.JpegSegmentDataTest
-
- Enclosing class:
- MetadataExtractorTest
public class MetadataExtractorTest.JpegSegmentDataTest extends java.lang.Object
- Author:
- Drew Noakes https://drewnoakes.com
-
-
Constructor Summary
Constructors Constructor Description JpegSegmentDataTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testAddAndGetSegment()
void
testAddingMultipleSegments()
void
testContainsSegment()
void
testRemoveSegment()
void
testRemoveSegmentOccurrence()
void
testSegmentWithMultipleOccurrences()
-
-
-
Method Detail
-
testAddAndGetSegment
public void testAddAndGetSegment() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testContainsSegment
public void testContainsSegment() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testAddingMultipleSegments
public void testAddingMultipleSegments() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testSegmentWithMultipleOccurrences
public void testSegmentWithMultipleOccurrences() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testRemoveSegmentOccurrence
public void testRemoveSegmentOccurrence() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testRemoveSegment
public void testRemoveSegment() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-