| |
|
| com.opensymphony.oscache.base.TestAbstractCacheAdministrator com.opensymphony.oscache.general.TestGeneralCacheAdministrator
TestGeneralCacheAdministrator | public class TestGeneralCacheAdministrator extends TestAbstractCacheAdministrator (Code) | | Test all the public methods of the GeneralCacheAdministrator class. Since
this class extends the TestAbstractCacheAdministrator class, the
AbstractCacheAdministrator is tested when invoking this class.
$Id: TestGeneralCacheAdministrator.java 425 2007-03-18 09:45:03Z larst $
version: $Revision: 425 $ author: Alain Bergevin |
TestGeneralCacheAdministrator | public TestGeneralCacheAdministrator(String str)(Code) | | Class constructor
Parameters: str - Test name (required by JUnit) |
setUp | public void setUp()(Code) | | This method is invoked before each testXXXX methods of the
class. It set ups the variables required for each tests.
|
suite | public static Test suite()(Code) | | Test suite required to test this project
suite The test suite |
testCacheEntryEventListenerCounters | public void testCacheEntryEventListenerCounters()(Code) | | Validate the CacheEntryEventListener's data
|
testCacheMapAccessEventListenerCounters | public void testCacheMapAccessEventListenerCounters()(Code) | | Validate the CacheEntryEventListener's data
|
testFlushAll | public void testFlushAll()(Code) | | Ensure that item may be flushed by flush all
|
testFlushDateTomorrow | public void testFlushDateTomorrow()(Code) | | Bug CACHE-241
|
testFlushEntry | public void testFlushEntry()(Code) | | Ensure that item may be flushed by the entry itself
|
testFlushPattern | public void testFlushPattern()(Code) | | Ensure that item may be flushed by key pattern
|
testGroups | public void testGroups()(Code) | | Ensure that the cache groupings work correctly
|
testPutInCacheAndGetFromCache | public void testPutInCacheAndGetFromCache()(Code) | | Test the main cache functionalities, which are storing and retrieving objects
from it
|
testPutInCacheAndGetFromCacheWithPolicy | public void testPutInCacheAndGetFromCacheWithPolicy()(Code) | | Test the main cache functionalities, which are storing and retrieving objects
from it
|
|
|
|