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