com.atlassian.cache.compat.memory
Class MemoryCacheFactoryTest

java.lang.Object
  extended by com.atlassian.cache.compat.memory.MemoryCacheFactoryTest
Direct Known Subclasses:
Guava10ReflectionTest, Guava11ReflectionTest

public class MemoryCacheFactoryTest
extends Object

Since:
1.1

Constructor Summary
MemoryCacheFactoryTest()
           
 
Method Summary
protected  void assertCacheInstanceOf(Cache cache, Class<?> aClass)
           
protected static
<K,V> void
assertEmpty(Cache<K,V> cache)
           
protected  Cache<Long,String> makeComputingCache()
           
protected  Cache<Long,String> makeSimpleCache()
           
 void testComputingCache()
           
 void testSimpleCache()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MemoryCacheFactoryTest

public MemoryCacheFactoryTest()
Method Detail

testSimpleCache

public void testSimpleCache()

testComputingCache

public void testComputingCache()

makeSimpleCache

protected Cache<Long,String> makeSimpleCache()

makeComputingCache

protected Cache<Long,String> makeComputingCache()

assertEmpty

protected static <K,V> void assertEmpty(Cache<K,V> cache)

assertCacheInstanceOf

protected void assertCacheInstanceOf(Cache cache,
                                     Class<?> aClass)
                              throws Exception
Throws:
Exception


Copyright © 2015 Atlassian. All Rights Reserved.