mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Jean-Noel Rouvignac
13.08.2015 ea1068c292e9b341af6d6b563cd8988a96be20a9
opendj-server-legacy/src/test/java/org/opends/server/extensions/DefaultEntryCacheTestCase.java
@@ -22,7 +22,7 @@
 *
 *
 *      Copyright 2008 Sun Microsystems, Inc.
 *      Portions Copyright 2011-2014 ForgeRock AS
 *      Portions Copyright 2011-2015 ForgeRock AS
 */
package org.opends.server.extensions;
@@ -80,7 +80,7 @@
   *
   * @throws  Exception  If an unexpected problem occurs.
   */
  @BeforeClass()
  @BeforeClass
  @SuppressWarnings("unchecked")
  public void entryCacheTestInit()
         throws Exception
@@ -207,7 +207,7 @@
   *
   * @throws  Exception  If an unexpected problem occurs.
   */
  @AfterClass()
  @AfterClass
  public void entryCacheTestFini()
         throws Exception
  {
@@ -236,7 +236,7 @@
  /**
   * {@inheritDoc}
   */
  @Test()
  @Test
  @Override
  public void testContainsEntry()
         throws Exception
@@ -249,7 +249,7 @@
  /**
   * {@inheritDoc}
   */
  @Test()
  @Test
  @Override
  public void testGetEntry1()
         throws Exception
@@ -262,7 +262,7 @@
  /**
   * {@inheritDoc}
   */
  @Test()
  @Test
  @Override
  public void testGetEntry2()
         throws Exception
@@ -275,7 +275,7 @@
  /**
   * {@inheritDoc}
   */
  @Test()
  @Test
  @Override
  public void testGetEntry3()
         throws Exception
@@ -288,7 +288,7 @@
  /**
   * {@inheritDoc}
   */
  @Test()
  @Test
  @Override
  public void testGetEntryID()
         throws Exception
@@ -301,7 +301,7 @@
  /**
   * {@inheritDoc}
   */
  @Test()
  @Test
  @Override
  public void testPutEntry()
         throws Exception
@@ -314,7 +314,7 @@
  /**
   * {@inheritDoc}
   */
  @Test()
  @Test
  @Override
  public void testPutEntryIfAbsent()
         throws Exception
@@ -327,7 +327,7 @@
  /**
   * {@inheritDoc}
   */
  @Test()
  @Test
  @Override
  public void testRemoveEntry()
         throws Exception
@@ -340,7 +340,7 @@
  /**
   * {@inheritDoc}
   */
  @Test()
  @Test
  @Override
  public void testClear()
         throws Exception
@@ -353,7 +353,7 @@
  /**
   * {@inheritDoc}
   */
  @Test()
  @Test
  @Override
  public void testClearBackend()
         throws Exception
@@ -366,7 +366,7 @@
  /**
   * {@inheritDoc}
   */
  @Test()
  @Test
  @Override
  public void testClearSubtree()
         throws Exception
@@ -379,7 +379,7 @@
  /**
   * {@inheritDoc}
   */
  @Test()
  @Test
  @Override
  public void testHandleLowMemory()
         throws Exception
@@ -396,7 +396,7 @@
   *
   * @throws  Exception  If an unexpected problem occurs.
   */
  @Test()
  @Test
  public void testCacheLevels()
         throws Exception
  {