private MultiActivityManager activityManager;
@Before
public void setUp() throws Exception {
clientFactory = mock( ClientFactory.class );
PerspectivesPanelView perspectivesPanelView = mock( PerspectivesPanelView.class );
when(
clientFactory.getPerspectivesPanelView()
).thenReturn(
perspectivesPanelView
);