//set the InteractiveOperationsFacade to apply by default
System.setProperty(FacadeConstants.FACADE_CLASS_NAME, InteractiveWebOperationsFacade.class.getName());
}
CommandState commandState = new CommandState();
CommandLineInputCapturer inputCapturer = new CommandLineInputCapturer();
commandState.setInputCapturer(inputCapturer);
GlobalCommandState.getInstance().addValue(CommandStateConstants.TEST_CLASS, testClass);
Command initCommand = getInitCommand();