protected boolean doTest(SelectMethodCommand command) throws ClassNotFoundException {
// now need to capture
CommandState commandState = new CommandState();
CommandLineInputCapturer inputCapturer = getInputCapturer();
commandState.setInputCapturer(inputCapturer);
commandState.capture(command);
boolean result = command.execute(commandState);