Class CmdLineTest
java.lang.Object
test.de.iip_ecosphere.platform.support.CmdLineTest
Tests
CmdLine.- Author:
- Holger Eichelberger, SSE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidTestsCmdLine.composeArgument(String, Object).voidTestsCmdLine.extractArgNames(String[]).voidTests the getArg functions.voidTestsCmdLine.getBooleanArgNoVal(String[], String, boolean).voidTestsCmdLine.hasArgument(String[], String, boolean, boolean).voidTestsCmdLine.parseToArgs(String, java.util.List).voidTestsCmdLine.toArgs(String).
-
Constructor Details
-
CmdLineTest
public CmdLineTest()
-
-
Method Details
-
testParseToArgs
public void testParseToArgs()TestsCmdLine.parseToArgs(String, java.util.List). -
testGetArg
public void testGetArg()Tests the getArg functions. -
testToArgs
public void testToArgs()TestsCmdLine.toArgs(String). -
testComposeArgument
public void testComposeArgument()TestsCmdLine.composeArgument(String, Object). -
testHasArgument
public void testHasArgument()TestsCmdLine.hasArgument(String[], String, boolean, boolean). -
testGetBooleanArgNoVal
public void testGetBooleanArgNoVal()TestsCmdLine.getBooleanArgNoVal(String[], String, boolean). -
testExtractArgs
public void testExtractArgs()TestsCmdLine.extractArgNames(String[]).
-