|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.sasl.distributed.lock.LockOperationExceptionTest
public class LockOperationExceptionTest
Test cases for the
LockOperationException
class.
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 |
---|
public LockOperationExceptionTest()
Method Detail |
---|
public void testDefaultConstructor() throws Exception
LockOperationException()
constructor.
Exception
public void testMessageConstructor() throws Exception
LockOperationException(String)
constructor.
Exception
public void testCauseConstructor() throws Exception
LockOperationException(Throwable)
constructor.
Exception
public void testMessageCauseConstructor() throws Exception
LockOperationException(String, Throwable)
constructor.
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |