net.sf.sasl.common.exception
Class IllegalAnnotationAttributeValueExceptionTest

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

public class IllegalAnnotationAttributeValueExceptionTest
extends Object

Test cases for the IllegalAnnotationAttributeValueException class.

Author:
Philipp Förmer

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

Constructor Detail

IllegalAnnotationAttributeValueExceptionTest

public IllegalAnnotationAttributeValueExceptionTest()
Method Detail

testZeroArgumentConstructor

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

Throws:
Exception

testReasonArgumentConstructor

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

Throws:
Exception

testCauseArgumentConstructor

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

Throws:
Exception

testReasonCauseArgumentConstructor

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

Throws:
Exception


Copyright © 2010. All Rights Reserved.