net.sf.sasl.aop.distributed.lock
Class LockInformationTest

java.lang.Object
  extended by net.sf.sasl.aop.distributed.lock.LockInformationTest

public class LockInformationTest
extends Object

Test cases for the LockInformation class.

Author:
Philipp Förmer

Constructor Summary
LockInformationTest()
           
 
Method Summary
 void setUp()
           
 void testCompareTo()
          Test cases for the compareTo(LockInformation) method.
 void testGetSetLockKey()
          Test cases for the getter and setter method of the lock key.
 void testGetSetLockOrderNumber()
          Test cases for the getter and setter method of the lock order number.
 void testGetSetMaxLockWaitTime()
          Test cases for the getter and setter method of the maximum lock acquire wait time.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LockInformationTest

public LockInformationTest()
Method Detail

setUp

public void setUp()

testGetSetLockKey

public void testGetSetLockKey()
                       throws Exception
Test cases for the getter and setter method of the lock key.

Throws:
Exception

testGetSetLockOrderNumber

public void testGetSetLockOrderNumber()
                               throws Exception
Test cases for the getter and setter method of the lock order number.

Throws:
Exception

testGetSetMaxLockWaitTime

public void testGetSetMaxLockWaitTime()
                               throws Exception
Test cases for the getter and setter method of the maximum lock acquire wait time.

Throws:
Exception

testCompareTo

public void testCompareTo()
                   throws Exception
Test cases for the compareTo(LockInformation) method.

Throws:
Exception


Copyright © 2010. All Rights Reserved.