|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.sasl.common.exception.NotResolveableExceptionTest
public class NotResolveableExceptionTest
Test cases for the NotResolveableException
class.
Constructor Summary | |
---|---|
NotResolveableExceptionTest()
|
Method Summary | |
---|---|
void |
testCauseArgumentConstructor()
Test cases for the NotResolveableException(Throwable) constructor. |
void |
testReasonArgumentConstructor()
Test cases for the NotResolveableException(String) constructor. |
void |
testReasonCauseArgumentConstructor()
Test cases for the NotResolveableException(String, Throwable) constructor. |
void |
testZeroArgumentConstructor()
Test cases for the NotResolveableException() constructor. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NotResolveableExceptionTest()
Method Detail |
---|
public void testZeroArgumentConstructor() throws Exception
NotResolveableException()
constructor.
Exception
public void testReasonArgumentConstructor() throws Exception
NotResolveableException(String)
constructor.
Exception
public void testCauseArgumentConstructor() throws Exception
NotResolveableException(Throwable)
constructor.
Exception
public void testReasonCauseArgumentConstructor() throws Exception
NotResolveableException(String, Throwable)
constructor.
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |