com.atlassian.util.concurrent
Class ConcurrentOperationMapImplTest

java.lang.Object
  extended by com.atlassian.util.concurrent.ConcurrentOperationMapImplTest

public class ConcurrentOperationMapImplTest
extends java.lang.Object

Copyright 2007 Atlassian Software. All rights reserved.


Constructor Summary
ConcurrentOperationMapImplTest()
           
 
Method Summary
 void checkedExceptionGetsWrapped()
           
 void errorGetsReThrown()
           
 void exceptionsGetRemoved()
           
 void runOperationsConcurrently()
           
 void runtimeExceptionGetsReThrown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConcurrentOperationMapImplTest

public ConcurrentOperationMapImplTest()
Method Detail

runOperationsConcurrently

public void runOperationsConcurrently()
                               throws java.lang.InterruptedException
Throws:
java.lang.InterruptedException

exceptionsGetRemoved

public void exceptionsGetRemoved()
                          throws java.lang.Exception
Throws:
java.lang.Exception

runtimeExceptionGetsReThrown

public void runtimeExceptionGetsReThrown()
                                  throws java.lang.Exception
Throws:
java.lang.Exception

errorGetsReThrown

public void errorGetsReThrown()
                       throws java.lang.Exception
Throws:
java.lang.Exception

checkedExceptionGetsWrapped

public void checkedExceptionGetsWrapped()
                                 throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.