dataService.getSignoffsByType(EasyMock.eq(42L), EasyMock.eq(AccElementType.ATTRIBUTE),
EasyMock.isA(AsyncCallback.class));
EasyMockUtils.setLastAsyncCallbackSuccessWithResult(signoffs);
mockView.setPresenter((AttributesView.Presenter) EasyMock.anyObject());
mockView.enableEditing();
mockView.setProjectAttributes(attributes);
mockView.setSignoffs(signoffs);
mockView.setProjectLabels(labels);
EasyMock.replay(mockView, mockProjService, securityService, dataService);