| | |
| | | * |
| | | * |
| | | * Copyright 2008 Sun Microsystems, Inc. |
| | | * Portions Copyright 2011-2014 ForgeRock AS |
| | | * Portions Copyright 2011-2015 ForgeRock AS |
| | | */ |
| | | package org.opends.server.extensions; |
| | | |
| | |
| | | * |
| | | * @throws Exception If an unexpected problem occurs. |
| | | */ |
| | | @BeforeClass() |
| | | @BeforeClass |
| | | @SuppressWarnings("unchecked") |
| | | public void entryCacheTestInit() |
| | | throws Exception |
| | |
| | | * |
| | | * @throws Exception If an unexpected problem occurs. |
| | | */ |
| | | @AfterClass() |
| | | @AfterClass |
| | | public void entryCacheTestFini() |
| | | throws Exception |
| | | { |
| | |
| | | /** |
| | | * {@inheritDoc} |
| | | */ |
| | | @Test() |
| | | @Test |
| | | @Override |
| | | public void testContainsEntry() |
| | | throws Exception |
| | |
| | | /** |
| | | * {@inheritDoc} |
| | | */ |
| | | @Test() |
| | | @Test |
| | | @Override |
| | | public void testGetEntry1() |
| | | throws Exception |
| | |
| | | /** |
| | | * {@inheritDoc} |
| | | */ |
| | | @Test() |
| | | @Test |
| | | @Override |
| | | public void testGetEntry2() |
| | | throws Exception |
| | |
| | | /** |
| | | * {@inheritDoc} |
| | | */ |
| | | @Test() |
| | | @Test |
| | | @Override |
| | | public void testGetEntry3() |
| | | throws Exception |
| | |
| | | /** |
| | | * {@inheritDoc} |
| | | */ |
| | | @Test() |
| | | @Test |
| | | @Override |
| | | public void testGetEntryID() |
| | | throws Exception |
| | |
| | | /** |
| | | * {@inheritDoc} |
| | | */ |
| | | @Test() |
| | | @Test |
| | | @Override |
| | | public void testPutEntry() |
| | | throws Exception |
| | |
| | | /** |
| | | * {@inheritDoc} |
| | | */ |
| | | @Test() |
| | | @Test |
| | | @Override |
| | | public void testPutEntryIfAbsent() |
| | | throws Exception |
| | |
| | | /** |
| | | * {@inheritDoc} |
| | | */ |
| | | @Test() |
| | | @Test |
| | | @Override |
| | | public void testRemoveEntry() |
| | | throws Exception |
| | |
| | | /** |
| | | * {@inheritDoc} |
| | | */ |
| | | @Test() |
| | | @Test |
| | | @Override |
| | | public void testClear() |
| | | throws Exception |
| | |
| | | /** |
| | | * {@inheritDoc} |
| | | */ |
| | | @Test() |
| | | @Test |
| | | @Override |
| | | public void testClearBackend() |
| | | throws Exception |
| | |
| | | /** |
| | | * {@inheritDoc} |
| | | */ |
| | | @Test() |
| | | @Test |
| | | @Override |
| | | public void testClearSubtree() |
| | | throws Exception |
| | |
| | | /** |
| | | * {@inheritDoc} |
| | | */ |
| | | @Test() |
| | | @Test |
| | | @Override |
| | | public void testHandleLowMemory() |
| | | throws Exception |
| | |
| | | * |
| | | * @throws Exception If an unexpected problem occurs. |
| | | */ |
| | | @Test() |
| | | @Test |
| | | public void testCacheLevels() |
| | | throws Exception |
| | | { |