MockTestRunner.add(new TestIntegerCommand());
ServletMethodExecutor executor = new ServletMethodExecutor(
new ServletProtocolConfiguration(),
createContexts(),
new TestCommandCallback(results));
TestResult result = executor.invoke(new MockTestExecutor());
Assert.assertEquals(
"Should have returned a passed test",