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

Jean-Noel Rouvignac
15.17.2014 6870993d12bf8a2b9d5cd103dc5ccabc42f9bf5d
opendj-ldap-toolkit/src/test/java/com/forgerock/opendj/ldap/tools/ToolsITCase.java
@@ -29,8 +29,6 @@
import static com.forgerock.opendj.cli.Utils.wrapText;
import static org.fest.assertions.Assertions.assertThat;
import java.io.UnsupportedEncodingException;
import org.forgerock.i18n.LocalizableMessage;
import org.forgerock.opendj.ldap.ByteStringBuilder;
import org.forgerock.opendj.ldap.TestCaseUtils;
@@ -39,8 +37,9 @@
import org.testng.annotations.BeforeClass;
/**
 * Class used for the toolkit integration tests
 * Class used for the toolkit integration tests.
 */
@SuppressWarnings("javadoc")
public abstract class ToolsITCase extends ForgeRockTestCase {
    @BeforeClass
@@ -54,7 +53,7 @@
    }
    /**
     * Check both out and err outputs streams
     * Check both out and err outputs streams.
     *
     * @param out
     *            output stream from the toolkit application
@@ -64,7 +63,7 @@
     *            String or LocalizedMessage expected on output
     * @param expectedError
     *            String or LocalizedMessage expected on error output
     * @throws UnsupportedEncodingException
     * @throws Exception
     */
    protected void checkOuputStreams(ByteStringBuilder out, ByteStringBuilder err, Object expectedOutput,
        Object expectedError) throws Exception {
@@ -91,7 +90,7 @@
    }
    /** Arguments passed to the command */
    /** Arguments passed to the command. */
    protected String[] args(String... arguments) {
        return arguments;
    }