net.sf.sasl.common.exception
Class ReflectionExceptionTest

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

public class ReflectionExceptionTest
extends Object

Test cases for the ReflectionException class.

Author:
Philipp Förmer

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

Constructor Detail

ReflectionExceptionTest

public ReflectionExceptionTest()
Method Detail

testZeroArgumentConstructor

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

Throws:
Exception

testReasonArgumentConstructor

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

Throws:
Exception

testCauseArgumentConstructor

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

Throws:
Exception

testReasonCauseArgumentConstructor

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

Throws:
Exception


Copyright © 2010. All Rights Reserved.