com.atlassian.cache.compat.memory
Class MemoryCacheFactoryTest
java.lang.Object
com.atlassian.cache.compat.memory.MemoryCacheFactoryTest
- Direct Known Subclasses:
- Guava10ReflectionTest, Guava11ReflectionTest
public class MemoryCacheFactoryTest
- extends Object
- Since:
- 1.1
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MemoryCacheFactoryTest
public MemoryCacheFactoryTest()
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.