List<Action> actions = new LinkedList<Action>();
TestRanAction action = new TestRanAction();
actions.add(action);
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()));