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

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

public class ScanExceptionTest
extends Object

Test cases for the ScanException class.

Author:
Philipp Förmer

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

Constructor Detail

ScanExceptionTest

public ScanExceptionTest()
Method Detail

testDefaultConstructor

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

Throws:
Exception

testMessageConstructor

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

Throws:
Exception

testThrowableConstrutor

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

Throws:
Exception

testMessageThrowableConstructor

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

Throws:
Exception


Copyright © 2010. All Rights Reserved.