net.sf.sasl.common.communication
Class CommunicationChannelExceptionTest

java.lang.Object
  extended by net.sf.sasl.common.communication.CommunicationChannelExceptionTest

public class CommunicationChannelExceptionTest
extends Object

Test cases for the CommunicationChannelException class.

Author:
Philipp Förmer

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

CommunicationChannelExceptionTest

public CommunicationChannelExceptionTest()
Method Detail

testNoArgumentConstructor

public void testNoArgumentConstructor()
                               throws Exception
Test cases for CommunicationChannelException().

Throws:
Exception

testMessageConstructor

public void testMessageConstructor()
                            throws Exception
Test cases for CommunicationChannelException(String).

Throws:
Exception

testThrowableConstructor

public void testThrowableConstructor()
                              throws Exception
Test cases for CommunicationChannelException().

Throws:
Exception

testMessageAndThrowableConstructor

public void testMessageAndThrowableConstructor()
                                        throws Exception
Test cases for CommunicationChannelException(String, Throwable).

Throws:
Exception


Copyright © 2010. All Rights Reserved.