|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.smartics.exceptions.HelperDetermineParentIdTest
public class HelperDetermineParentIdTest
Tests method Helper.determineParentId(Throwable)
.
Constructor Summary | |
---|---|
HelperDetermineParentIdTest() |
Method Summary | |
---|---|
static void |
setUp() Initializes the exception context for the tests. |
void |
testClassicException() Checks the method with a NullPointerException . |
void |
testClassicExceptionWithCause() Checks the method with a RemoteException and cause NullPointerException . |
void |
testCoreException() Checks the method with a TestCoreException. |
void |
testNull() Checks the method with a null value. |
void |
testRootCauseCoreException() Checks the method with a Exception and a root cause TestCoreException. |
void |
testRootCauseCoreExceptionWithCauses() Checks the method with a TestCoreException caused by a Exception . |
void |
testSeveralStepsRootCauseCoreException() Checks the method with a RemoteException caused by a Exception and a root cause TestCoreException. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HelperDetermineParentIdTest()
Method Detail |
---|
public static void setUp()
public void testNull()
null
value.
public void testClassicException()
NullPointerException
.
public void testClassicExceptionWithCause()
RemoteException
and cause
NullPointerException
.
public void testCoreException()
public void testRootCauseCoreException()
Exception
and a root cause TestCoreException.
public void testSeveralStepsRootCauseCoreException()
RemoteException
caused by a
Exception
and a root cause TestCoreException.
public void testRootCauseCoreExceptionWithCauses()
Exception
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |