com.atlassian.cache.impl
Class OneShotLatchTest

java.lang.Object
  extended by com.atlassian.cache.impl.OneShotLatchTest

public class OneShotLatchTest
extends Object

Since:
2.4.5

Constructor Summary
OneShotLatchTest()
           
 
Method Summary
 void testAwaitAndRelease()
           
 void testIsHeldByCurrentThread()
           
 void testReleaseWhenNotOwner()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OneShotLatchTest

public OneShotLatchTest()
Method Detail

testIsHeldByCurrentThread

public void testIsHeldByCurrentThread()
                               throws Exception
Throws:
Exception

testAwaitAndRelease

public void testAwaitAndRelease()
                         throws Exception
Throws:
Exception

testReleaseWhenNotOwner

public void testReleaseWhenNotOwner()
                             throws Exception
Throws:
Exception


Copyright © 2015 Atlassian. All rights reserved.