net.sf.sasl.distributed.lock
Class LockOperationExceptionTest

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

public class LockOperationExceptionTest
extends Object

Test cases for the LockOperationException class.

Author:
Philipp Förmer

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

Constructor Detail

LockOperationExceptionTest

public LockOperationExceptionTest()
Method Detail

testDefaultConstructor

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

Throws:
Exception

testMessageConstructor

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

Throws:
Exception

testCauseConstructor

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

Throws:
Exception

testMessageCauseConstructor

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

Throws:
Exception


Copyright © 2010. All Rights Reserved.