net.sf.sasl.language.placeholder.syntax
Class ParseExceptionTest

java.lang.Object
  extended by net.sf.sasl.language.placeholder.syntax.ParseExceptionTest

public class ParseExceptionTest
extends Object

Test cases for the ParseException class.

Author:
Philipp Förmer

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

Constructor Detail

ParseExceptionTest

public ParseExceptionTest()
Method Detail

testDefaultConstructor

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

Throws:
Exception

testMessageConstructor

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

Throws:
Exception

testThrowableConstrutor

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

Throws:
Exception

testMessageThrowableConstructor

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

Throws:
Exception


Copyright © 2010. All Rights Reserved.