Package org.cyclopsgroup.jmxterm.cc
Class CommandCenterTest
java.lang.Object
org.cyclopsgroup.jmxterm.cc.CommandCenterTest
Test case of
CommandCenter- Author:
- Jiaqi Guo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetUp()Set up objects to testvoidVerify the executionvoidvoidvoidvoidvoidvoid
-
Constructor Details
-
CommandCenterTest
public CommandCenterTest()
-
-
Method Details
-
setUp
Set up objects to test- Throws:
IOException
-
testExecute
public void testExecute()Verify the execution -
testMultipleArguments
public void testMultipleArguments() -
testMultipleEscapedArguments
public void testMultipleEscapedArguments() -
testSingleArgumentWithEscape
public void testSingleArgumentWithEscape() -
testSingleArgumentWithSpace
public void testSingleArgumentWithSpace() -
testSingleSimpleArgument
public void testSingleSimpleArgument() -
testRegexEscapesCorrectly
public void testRegexEscapesCorrectly()
-