{
Object[] results = new Object[] {"Wee", 100};
MockTestRunner.add(new TestResult(Status.PASSED, null));
MockTestRunner.add(new TestStringCommand());
MockTestRunner.add(new TestIntegerCommand());
ServletMethodExecutor executor = new ServletMethodExecutor(
new ServletProtocolConfiguration(),
createContexts(),
new TestCommandCallback(results));