| File was renamed from opendj-server3x-adapter/src/test/java/org/forgerock/opendj/adapter/server3x/AdaptersTestCase.java |
| | |
| | | * CDDL HEADER END |
| | | * |
| | | * |
| | | * Copyright 2013-2014 ForgeRock AS |
| | | * Copyright 2013-2015 ForgeRock AS |
| | | */ |
| | | package org.forgerock.opendj.adapter.server3x; |
| | | |
| | |
| | | import org.forgerock.opendj.ldap.responses.WhoAmIExtendedResult; |
| | | import org.forgerock.opendj.ldif.ConnectionEntryReader; |
| | | import org.forgerock.testng.ForgeRockTestCase; |
| | | import org.opends.server.DirectoryServerTestCase; |
| | | import org.testng.annotations.AfterClass; |
| | | import org.testng.annotations.BeforeClass; |
| | | import org.testng.annotations.DataProvider; |
| | |
| | | * This class defines a set of tests for the Adapters.class. |
| | | */ |
| | | @SuppressWarnings("javadoc") |
| | | @Test |
| | | public class AdaptersTestCase extends ForgeRockTestCase { |
| | | @Test(sequential=true) |
| | | public class AdaptersTestCase extends DirectoryServerTestCase { |
| | | |
| | | /** |
| | | * Provides an anonymous connection factories. |