com.atlassian.cache
Class AbstractCacheListenerTest

java.lang.Object
  extended by com.atlassian.cache.AbstractCacheListenerTest

public class AbstractCacheListenerTest
extends Object


Field Summary
protected  CacheFactory factory
           
 
Constructor Summary
AbstractCacheListenerTest()
           
 
Method Summary
protected  CacheSettingsBuilder settingsBuilder()
           
protected  boolean supportsAddValue()
           
protected  boolean supportsEvictOldValue()
           
protected  boolean supportsPutValue()
           
protected  boolean supportsRemoveOldValue()
           
protected  boolean supportsUpdateOldValue()
           
protected  boolean supportsUpdateValue()
           
 void testOnAdd()
           
 void testOnAddPut()
           
 void testOnEvict()
           
 void testOnRemove()
           
 void testOnReplace()
           
 void testOnUpdate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

factory

protected CacheFactory factory
Constructor Detail

AbstractCacheListenerTest

public AbstractCacheListenerTest()
Method Detail

testOnAdd

public void testOnAdd()
               throws Exception
Throws:
Exception

testOnAddPut

public void testOnAddPut()
                  throws Exception
Throws:
Exception

testOnReplace

public void testOnReplace()
                   throws Exception
Throws:
Exception

testOnUpdate

public void testOnUpdate()
                  throws Exception
Throws:
Exception

testOnRemove

public void testOnRemove()
                  throws Exception
Throws:
Exception

testOnEvict

public void testOnEvict()
                 throws Exception
Throws:
Exception

settingsBuilder

protected CacheSettingsBuilder settingsBuilder()

supportsAddValue

protected boolean supportsAddValue()

supportsPutValue

protected boolean supportsPutValue()

supportsUpdateOldValue

protected boolean supportsUpdateOldValue()

supportsUpdateValue

protected boolean supportsUpdateValue()

supportsRemoveOldValue

protected boolean supportsRemoveOldValue()

supportsEvictOldValue

protected boolean supportsEvictOldValue()


Copyright © 2015 Atlassian. All rights reserved.