3132333435363738
@Before public void setUp() throws Exception { this.checker = createMock(BuildStatusRepository.class); this.indicator = createMock(BuildStatusIndicator.class); this.integration = new SimpleBuildStatusBridge(this.checker, this.indicator); }