com.atlassian.util.concurrent
Class CopyOnWriteMapTest

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

public class CopyOnWriteMapTest
extends java.lang.Object


Constructor Summary
CopyOnWriteMapTest()
           
 
Method Summary
 void copyFunctionReturnsNull()
           
 void factoryCalledOnConstructor()
           
 void factoryCalledOnWrite()
           
 void hashAndEquality()
           
 void hashAndEqualityEntrySet()
           
 void hashAndEqualityKeySet()
           
 void hashAndEqualityValues()
           
 void modifiableEntrySet()
           
 void modifiableKeySet()
           
 void modifiableValues()
           
 void nullMap()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CopyOnWriteMapTest

public CopyOnWriteMapTest()
Method Detail

factoryCalledOnConstructor

public void factoryCalledOnConstructor()

factoryCalledOnWrite

public void factoryCalledOnWrite()

hashAndEquality

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

hashAndEqualityKeySet

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

hashAndEqualityValues

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

hashAndEqualityEntrySet

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

modifiableValues

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

modifiableEntrySet

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

modifiableKeySet

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

nullMap

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

copyFunctionReturnsNull

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


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.