|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.sasl.common.communication.CommunicationChannelExceptionTest
public class CommunicationChannelExceptionTest
Test cases for the
CommunicationChannelException
class.
Constructor Summary | |
---|---|
CommunicationChannelExceptionTest()
|
Method Summary | |
---|---|
void |
testMessageAndThrowableConstructor()
Test cases for CommunicationChannelException(String, Throwable) . |
void |
testMessageConstructor()
Test cases for CommunicationChannelException(String) . |
void |
testNoArgumentConstructor()
Test cases for CommunicationChannelException() . |
void |
testThrowableConstructor()
Test cases for CommunicationChannelException() . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CommunicationChannelExceptionTest()
Method Detail |
---|
public void testNoArgumentConstructor() throws Exception
CommunicationChannelException()
.
Exception
public void testMessageConstructor() throws Exception
CommunicationChannelException(String)
.
Exception
public void testThrowableConstructor() throws Exception
CommunicationChannelException()
.
Exception
public void testMessageAndThrowableConstructor() throws Exception
CommunicationChannelException(String, Throwable)
.
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |