public void setUp() throws Exception {
super.setUp();
action = new DistributedTestRunnerAction();
action.setAggregateServer(new JsUnitAggregateServer(new AggregateConfiguration(new DummyConfigurationSource())));
action.setRemoteServerHitter(new SuccessfulRemoteServerHitter());
}