ActionRunner runner = new ActionRunner(actions, new NullStopWatch(),
new RunDataFactory(
Collections.<FileInfo>emptySet(),
Collections.<FileInfo>emptyList(),
Collections.<ResourcePreProcessor>emptySet(),
Collections.<FileInfo>emptyList(), new JstdTestCaseFactory(Collections.<JstdTestCaseProcessor>emptySet(),
Collections.<ResourceDependencyResolver>emptySet(), new NullStopWatch()), new NullStopWatch()));
runner.runActions();
assertTrue(action.actionRan());
}