de.smartics.exceptions
Class CoreExceptionTest

Package class diagram package CoreExceptionTest
java.lang.Object
  extended by de.smartics.exceptions.CoreExceptionTest

public class CoreExceptionTest
     
     
extends Object

Tests AbstractCoreException.

Author:
Robert Reiner

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

CoreExceptionTest

public CoreExceptionTest()
Method Detail

testCreationWithNullMessage

public void testCreationWithNullMessage()
Tests the creation of an exception via AbstractCoreException.AbstractCoreException(String, Code) where a null value for the message is passed.


testCreationWithNotNullMessage

public void testCreationWithNotNullMessage()
Tests the creation of an exception via AbstractCoreException.AbstractCoreException(String, Code) where a not null value for the message is passed.


testSerial

public void testSerial()
Tests that the abstract core exception is serializable.



Copyright © 2007-$2011 Kronseder & Reiner GmbH - smartics. All Rights Reserved.