public class

TestDeferredOperationsCache

extends TestCase
java.lang.Object
   ↳ junit.framework.Assert
     ↳ junit.framework.TestCase
       ↳ com.atlassian.confluence.cache.TestDeferredOperationsCache

Summary

Public Constructors
TestDeferredOperationsCache()
Public Methods
void testGet()
void testGetNonExistent()
void testPut()
void testPutWithExistingValue()
void testRemove()
void testRemoveAll()
void testSyncClearsDeferredOperations()
Protected Methods
void setUp()
[Expand]
Inherited Methods
From class junit.framework.TestCase
From class junit.framework.Assert
From class java.lang.Object
From interface junit.framework.Test

Public Constructors

public TestDeferredOperationsCache ()

Public Methods

public void testGet ()

public void testGetNonExistent ()

public void testPut ()

public void testPutWithExistingValue ()

public void testRemove ()

public void testRemoveAll ()

public void testSyncClearsDeferredOperations ()

Protected Methods

protected void setUp ()

Throws
Exception