net.sf.sasl.language.placeholder.aop.interpreter
Class ResolveExceptionTest

java.lang.Object
  extended by net.sf.sasl.language.placeholder.aop.interpreter.ResolveExceptionTest

public class ResolveExceptionTest
extends Object

Test cases for the ResolveException class.

Author:
Philipp Förmer

Constructor Summary
ResolveExceptionTest()
           
 
Method Summary
 void testDefaultConstructor()
          Test cases for the ResolveException() constructor.
 void testMessageConstructor()
          Test cases for the ResolveException(String) constructor.
 void testMessageThrowableConstructor()
          Test cases for the ResolveException(String, Throwable) constructor.
 void testThrowableConstrutor()
          Test cases for the ResolveException(Throwable) constructor.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResolveExceptionTest

public ResolveExceptionTest()
Method Detail

testDefaultConstructor

public void testDefaultConstructor()
                            throws Exception
Test cases for the ResolveException() constructor.

Throws:
Exception

testMessageConstructor

public void testMessageConstructor()
                            throws Exception
Test cases for the ResolveException(String) constructor.

Throws:
Exception

testThrowableConstrutor

public void testThrowableConstrutor()
                             throws Exception
Test cases for the ResolveException(Throwable) constructor.

Throws:
Exception

testMessageThrowableConstructor

public void testMessageThrowableConstructor()
                                     throws Exception
Test cases for the ResolveException(String, Throwable) constructor.

Throws:
Exception


Copyright © 2010. All Rights Reserved.