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, mockInvocation
public AbstractExceptionClassTestCase(Class<?> exceptionClass)
public void testCauseOnlyConstructor() throws Exception
Exception
public void testMessageAndCauseConstructor() throws Exception
Exception
public void testMessageOnlyConstructor() throws Exception
Exception
public void testNoArgConstructor() throws Exception
Exception
Copyright © 2005–2014 The Apache Software Foundation. All rights reserved.