Class CommandCenterTest

java.lang.Object
org.cyclopsgroup.jmxterm.cc.CommandCenterTest

public class CommandCenterTest extends Object
Test case of CommandCenter
Author:
Jiaqi Guo
  • Constructor Details

    • CommandCenterTest

      public CommandCenterTest()
  • Method Details

    • setUp

      public void setUp() throws IOException
      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()