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