| | |
| | | /** |
| | | * {@inheritDoc} |
| | | */ |
| | | @Test() |
| | | @Test(enabled=false) |
| | | @Override |
| | | public void testContainsEntry() |
| | | throws Exception |
| | |
| | | /** |
| | | * {@inheritDoc} |
| | | */ |
| | | @Test() |
| | | @Test(enabled=false) |
| | | @Override |
| | | public void testGetEntry1() |
| | | throws Exception |
| | |
| | | /** |
| | | * {@inheritDoc} |
| | | */ |
| | | @Test() |
| | | @Test(enabled=false) |
| | | @Override |
| | | public void testGetEntry2() |
| | | throws Exception |
| | |
| | | /** |
| | | * {@inheritDoc} |
| | | */ |
| | | @Test() |
| | | @Test(enabled=false) |
| | | @Override |
| | | public void testGetEntry3() |
| | | throws Exception |
| | |
| | | /** |
| | | * {@inheritDoc} |
| | | */ |
| | | @Test() |
| | | @Test(enabled=false) |
| | | @Override |
| | | public void testGetEntryID() |
| | | throws Exception |
| | |
| | | /** |
| | | * {@inheritDoc} |
| | | */ |
| | | @Test() |
| | | @Test(enabled=false) |
| | | @Override |
| | | public void testPutEntry() |
| | | throws Exception |
| | |
| | | /** |
| | | * {@inheritDoc} |
| | | */ |
| | | @Test() |
| | | @Test(enabled=false) |
| | | @Override |
| | | public void testPutEntryIfAbsent() |
| | | throws Exception |
| | |
| | | /** |
| | | * {@inheritDoc} |
| | | */ |
| | | @Test() |
| | | @Test(enabled=false) |
| | | @Override |
| | | public void testRemoveEntry() |
| | | throws Exception |
| | |
| | | /** |
| | | * {@inheritDoc} |
| | | */ |
| | | @Test() |
| | | @Test(enabled=false) |
| | | @Override |
| | | public void testClear() |
| | | throws Exception |
| | |
| | | /** |
| | | * {@inheritDoc} |
| | | */ |
| | | @Test() |
| | | @Test(enabled=false) |
| | | @Override |
| | | public void testClearBackend() |
| | | throws Exception |
| | |
| | | /** |
| | | * {@inheritDoc} |
| | | */ |
| | | @Test() |
| | | @Test(enabled=false) |
| | | @Override |
| | | public void testClearSubtree() |
| | | throws Exception |
| | |
| | | /** |
| | | * {@inheritDoc} |
| | | */ |
| | | @Test() |
| | | @Test(enabled=false) |
| | | @Override |
| | | public void testHandleLowMemory() |
| | | throws Exception |
| | |
| | | /** |
| | | * {@inheritDoc} |
| | | */ |
| | | @Test(groups="slow", |
| | | @Test(enabled=false, groups="slow", |
| | | threadPoolSize = 10, |
| | | invocationCount = 10, |
| | | timeOut = 60000) |
| | |
| | | /** |
| | | * Tests cache rotation on specific number of entries. |
| | | */ |
| | | @Test() |
| | | @Test(enabled=false) |
| | | public void testCacheRotation() |
| | | throws Exception |
| | | { |