private TestRunnerReportingScreen screen;
@Before
public void setUp() throws Exception {
view = mock(TestRunnerReportingView.class);
TestRuntimeReportingService testRuntimeReportingService = mock(TestRuntimeReportingService.class);
screen = new TestRunnerReportingScreen(view,
testRuntimeReportingService);
}