|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.smartics.exceptions.CoreExceptionTest
public class CoreExceptionTest
Tests AbstractCoreException
.
Constructor Summary | |
---|---|
CoreExceptionTest() |
Method Summary | |
---|---|
void |
testCreationWithNotNullMessage() Tests the creation of an exception via AbstractCoreException.AbstractCoreException(String, Code) where a not null value for the message is passed. |
void |
testCreationWithNullMessage() Tests the creation of an exception via AbstractCoreException.AbstractCoreException(String, Code) where a null value for the message is passed. |
void |
testSerial() Tests that the abstract core exception is serializable. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CoreExceptionTest()
Method Detail |
---|
public void testCreationWithNullMessage()
AbstractCoreException.AbstractCoreException(String, Code)
where a
null
value for the message is passed.
public void testCreationWithNotNullMessage()
AbstractCoreException.AbstractCoreException(String, Code)
where a not
null
value for the message is passed.
public void testSerial()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |