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