public abstract class AbstractExceptionClassTestCase extends AbstractTestCase
AbstractTestCase.MockInvocationBuilder| Constructor and Description |
|---|
AbstractExceptionClassTestCase(Class<?> exceptionClass) |
| Modifier and Type | Method and Description |
|---|---|
void |
testCauseOnlyConstructor() |
void |
testMessageAndCauseConstructor() |
void |
testMessageOnlyConstructor() |
void |
testNoArgConstructor() |
assertSerializable, mockInvocationpublic AbstractExceptionClassTestCase(Class<?> exceptionClass)
public void testCauseOnlyConstructor() throws Exception
Exceptionpublic void testMessageAndCauseConstructor() throws Exception
Exceptionpublic void testMessageOnlyConstructor() throws Exception
Exceptionpublic void testNoArgConstructor() throws Exception
ExceptionCopyright © 2005–2014 The Apache Software Foundation. All rights reserved.