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