| | |
| | | * Header, with the fields enclosed by brackets [] replaced by your own identifying |
| | | * information: "Portions Copyright [year] [name of copyright owner]". |
| | | * |
| | | * Copyright 2013-2015 ForgeRock AS. |
| | | * Copyright 2013-2016 ForgeRock AS. |
| | | */ |
| | | package com.forgerock.opendj.ldap.tools; |
| | | |
| | |
| | | |
| | | import org.forgerock.i18n.LocalizableMessageBuilder; |
| | | import org.forgerock.opendj.ldap.ConnectionFactory; |
| | | import org.forgerock.testng.ForgeRockTestCase; |
| | | import org.mockito.Mock; |
| | | import org.mockito.MockitoAnnotations; |
| | | import org.testng.annotations.BeforeMethod; |
| | |
| | | import com.forgerock.opendj.cli.ConsoleApplication; |
| | | |
| | | @SuppressWarnings("javadoc") |
| | | public class ConnectionFactoryProviderTest extends ToolsTestCase { |
| | | @Test |
| | | public class ConnectionFactoryProviderTest extends ForgeRockTestCase { |
| | | |
| | | @Mock |
| | | private ConsoleApplication app; |