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

boli
13.12.2006 b9af8f181b7495cb343c280db4ce8979a04bfc91
opends/tests/unit-tests-testng/src/server/org/opends/server/FixtureFactory.java
@@ -28,6 +28,7 @@
package org.opends.server;
/**
 *
 * A factory interface for controlling construction and finalization of
 * fixtures.
 *
@@ -43,6 +44,7 @@
   *           If the fixture instance could not be initialized
   *           successfully.
   */
  @Deprecated
  public T setUp() throws Exception;
  /**
@@ -52,5 +54,6 @@
   * @throws Exception
   *           If the fixture instance could not be finalized.
   */
  @Deprecated
  public void tearDown() throws Exception;
}