|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.sasl.language.placeholder.syntax.ScanExceptionTest
public class ScanExceptionTest
Test cases for the
ScanException
class.
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 |
---|
public ScanExceptionTest()
Method Detail |
---|
public void testDefaultConstructor() throws Exception
ScanException()
constructor.
Exception
public void testMessageConstructor() throws Exception
ScanException(String)
constructor.
Exception
public void testThrowableConstrutor() throws Exception
ScanException(Throwable)
constructor.
Exception
public void testMessageThrowableConstructor() throws Exception
ScanException(String, Throwable)
constructor.
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |