net.sf.sasl.distributed.lock.hazelcast
Class HazelcastLockProviderTest

java.lang.Object
  extended by net.sf.sasl.distributed.lock.hazelcast.HazelcastLockProviderTest

public class HazelcastLockProviderTest
extends Object

Test cases for the HazelcastLockProvider class.

Author:
Philipp Förmer

Constructor Summary
HazelcastLockProviderTest()
           
 
Method Summary
 void setUp()
           
 void testAcquireMutex()
          Test cases for the acquireMutex(Object) method.
 void testGetSetHazelcastInstance()
          Test cases for the getter and setter of the hazelcast instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HazelcastLockProviderTest

public HazelcastLockProviderTest()
Method Detail

setUp

public void setUp()

testGetSetHazelcastInstance

public void testGetSetHazelcastInstance()
                                 throws Exception
Test cases for the getter and setter of the hazelcast instance.

Throws:
Exception

testAcquireMutex

public void testAcquireMutex()
                      throws Exception
Test cases for the acquireMutex(Object) method.

Throws:
Exception


Copyright © 2010. All Rights Reserved.