| | |
| | | import static org.testng.Assert.assertTrue; |
| | | |
| | | import java.util.ArrayList; |
| | | import java.util.Collections; |
| | | import java.util.List; |
| | | |
| | | import org.forgerock.i18n.LocalizedIllegalArgumentException; |
| | |
| | | // @formatter:off |
| | | return new Object[][] { |
| | | { |
| | | "(objectClass=*)", asList(), "(objectClass=*)" |
| | | "(objectClass=*)", Collections.emptyList(), "(objectClass=*)" |
| | | }, |
| | | { |
| | | "(objectClass=*)", asList("dummy"), "(objectClass=*)" |
| | |
| | | /** |
| | | * Starts the embedded server. |
| | | * |
| | | * @throws Exception |
| | | * @throws Exception If an unexpected error occurred. |
| | | */ |
| | | public static void startServer() throws Exception { |
| | | // Embedded server files. |