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

Jean-Noël Rouvignac
29.42.2016 f78f372a776579b6c2fb0a0bbb77b098a535aa20
opendj-server-legacy/src/test/java/org/opends/server/util/TestCrypt.java
@@ -13,23 +13,25 @@
 *
 * Copyright 2008 Sun Microsystems, Inc.
 * Portions Copyright 2007 Brighton Consulting, Inc.
 * Portions Copyright 2014-2015 ForgeRock AS.
 * Portions Copyright 2014-2016 ForgeRock AS.
 */
package org.opends.server.util;
import org.testng.Assert;
import org.testng.annotations.DataProvider;
import org.testng.annotations.Test;
import org.opends.server.TestCaseUtils;
import java.io.File;
import java.util.List;
import org.opends.server.TestCaseUtils;
import org.testng.Assert;
import org.testng.annotations.DataProvider;
import org.testng.annotations.Test;
/**
 * This class defines a set of tests for the
 * {@link org.opends.server.util.Crypt} class.
 * This class defines a set of tests for the {@link org.opends.server.util.Crypt} class.
 * <p>
 * In the "slow" group, since they are unlikely to break and since there are 4K+ they can take a
 * while
 */
@Test(groups = { "slow" }, sequential = true)  // Make them slow, since they are unlikely to break and since there are 4K+ they can take a while
@Test(groups = { "slow" }, sequential = true)
public final class TestCrypt extends UtilTestCase {
  private Crypt crypt = new Crypt();