| File was renamed from opendj3/opendj-sdk/src/test/java/com/sun/opends/sdk/util/Base64TestCase.java |
| | |
| | | * Copyright 2010 Sun Microsystems, Inc. |
| | | */ |
| | | |
| | | package com.sun.opends.sdk.util; |
| | | package com.forgerock.opendj.util; |
| | | |
| | | |
| | | |
| | |
| | | import org.testng.annotations.DataProvider; |
| | | import org.testng.annotations.Test; |
| | | |
| | | import com.forgerock.opendj.util.Base64; |
| | | |
| | | |
| | | |
| | | /** |
| | | * This class defines a set of tests for the {@link org.opends.sdk.util.Base64} |
| | | * class. |
| | | * This class defines a set of tests for the {@link Base64} class. |
| | | */ |
| | | public final class Base64TestCase extends UtilTestCase |
| | | { |