|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.smartics.exceptions.AbstractThrowableTruncationTestBase
public abstract class AbstractThrowableTruncationTestBase
Test on the throwable truncation service.
Field Summary | |
---|---|
protected CoreException |
uut The unit under test. |
Constructor Summary | |
---|---|
AbstractThrowableTruncationTestBase() |
Method Summary | |
---|---|
protected void |
testRuntimeTruncateExternalExceptionDepth1() Test with a none-framework exception as cause at depth 1. |
protected void |
testRuntimeTruncateExternalExceptionDepth2() Test with a framework exception as cause at depth 2 and a none-framework root cause. |
protected void |
testRuntimeTruncateExternalExceptionDepth3() Test with a framework exception as cause at depth 1 and 2 and a none-framework root cause. |
protected void |
testRuntimeTruncateFrameworkException() Test with a framework exception as cause. |
void |
testRuntimeTruncateNull() Test with null value as cause. |
protected void |
testTruncateExternalExceptionDepth1() Test with a none-framework exception as cause at depth 1. |
protected void |
testTruncateExternalExceptionDepth2() Test with a framework exception as cause at depth 2 and a none-framework root cause. |
protected void |
testTruncateExternalExceptionDepth3() Test with a framework exception as cause at depth 1 and 2 and a none-framework root cause. |
protected void |
testTruncateFrameworkException() Test with a framework exception as cause. |
void |
testTruncateNull() Test with null value as cause. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected CoreException uut
Constructor Detail |
---|
public AbstractThrowableTruncationTestBase()
Method Detail |
---|
public void testTruncateNull()
null
value as cause.
protected void testTruncateFrameworkException()
protected void testTruncateExternalExceptionDepth1()
protected void testTruncateExternalExceptionDepth2()
protected void testTruncateExternalExceptionDepth3()
public void testRuntimeTruncateNull()
null
value as cause.
protected void testRuntimeTruncateFrameworkException()
protected void testRuntimeTruncateExternalExceptionDepth1()
protected void testRuntimeTruncateExternalExceptionDepth2()
protected void testRuntimeTruncateExternalExceptionDepth3()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |