net.sf.sasl.distributed.lock
Class DeadlockExceptionTest

java.lang.Object
  extended by net.sf.sasl.distributed.lock.DeadlockExceptionTest

public class DeadlockExceptionTest
extends Object

Test cases for the DeadlockException class.

Author:
Philipp Förmer

Constructor Summary
DeadlockExceptionTest()
           
 
Method Summary
 void testCauseConstructor()
          Test cases for the DeadlockException(Throwable) constructor.
 void testDefaultConstructor()
          Test cases for the DeadlockException() constructor.
 void testMessageCauseConstructor()
          Test cases for the DeadlockException(String, Throwable) constructor.
 void testMessageConstructor()
          Test cases for the DeadlockException(String) constructor.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeadlockExceptionTest

public DeadlockExceptionTest()
Method Detail

testDefaultConstructor

public void testDefaultConstructor()
                            throws Exception
Test cases for the DeadlockException() constructor.

Throws:
Exception

testMessageConstructor

public void testMessageConstructor()
                            throws Exception
Test cases for the DeadlockException(String) constructor.

Throws:
Exception

testCauseConstructor

public void testCauseConstructor()
                          throws Exception
Test cases for the DeadlockException(Throwable) constructor.

Throws:
Exception

testMessageCauseConstructor

public void testMessageCauseConstructor()
                                 throws Exception
Test cases for the DeadlockException(String, Throwable) constructor.

Throws:
Exception


Copyright © 2010. All Rights Reserved.