| | |
| | | * |
| | | * |
| | | * Copyright 2006-2010 Sun Microsystems, Inc. |
| | | * Portions Copyright 2013 ForgeRock AS. |
| | | * Portions Copyright 2013-2015 ForgeRock AS. |
| | | */ |
| | | package org.opends.server.tools; |
| | | |
| | |
| | | * |
| | | * @throws Exception If an unexpected problem occurs. |
| | | */ |
| | | @BeforeClass() |
| | | @BeforeClass |
| | | public void startServer() |
| | | throws Exception |
| | | { |
| | |
| | | * Tests the LDIFDiff tool with an argument that will simply cause it to |
| | | * display usage information. |
| | | */ |
| | | @Test() |
| | | @Test |
| | | public void testUsage() |
| | | { |
| | | String[] args = { "--help" }; |
| | |
| | | /** |
| | | * Tests the LDIFDiff tool with an invalid set of arguments. |
| | | */ |
| | | @Test() |
| | | @Test |
| | | public void testInvalidArguments() |
| | | { |
| | | String[] args = |