net.sf.sasl.common.exception
Class NotResolveableExceptionTest

java.lang.Object
  extended by net.sf.sasl.common.exception.NotResolveableExceptionTest

public class NotResolveableExceptionTest
extends Object

Test cases for the NotResolveableException class.

Author:
Philipp Förmer

Constructor Summary
NotResolveableExceptionTest()
           
 
Method Summary
 void testCauseArgumentConstructor()
          Test cases for the NotResolveableException(Throwable) constructor.
 void testReasonArgumentConstructor()
          Test cases for the NotResolveableException(String) constructor.
 void testReasonCauseArgumentConstructor()
          Test cases for the NotResolveableException(String, Throwable) constructor.
 void testZeroArgumentConstructor()
          Test cases for the NotResolveableException() constructor.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotResolveableExceptionTest

public NotResolveableExceptionTest()
Method Detail

testZeroArgumentConstructor

public void testZeroArgumentConstructor()
                                 throws Exception
Test cases for the NotResolveableException() constructor.

Throws:
Exception

testReasonArgumentConstructor

public void testReasonArgumentConstructor()
                                   throws Exception
Test cases for the NotResolveableException(String) constructor.

Throws:
Exception

testCauseArgumentConstructor

public void testCauseArgumentConstructor()
                                  throws Exception
Test cases for the NotResolveableException(Throwable) constructor.

Throws:
Exception

testReasonCauseArgumentConstructor

public void testReasonCauseArgumentConstructor()
                                        throws Exception
Test cases for the NotResolveableException(String, Throwable) constructor.

Throws:
Exception


Copyright © 2010. All Rights Reserved.