51525354555657585960
public TestResult execute(Class<?> testClass, String methodName) { for(Command<?> command : commands) { commandResults.add(new ServletCommandService().execute(command)); } return wantedResults; }