verify(glossaryPresenter).unbind();
}
@Test
public void onHideSouthPanel() {
DisplaySouthPanelEvent event = mock(DisplaySouthPanelEvent.class);
when(event.isDisplay()).thenReturn(false);
when(transMemoryPresenter.isBound()).thenReturn(true);
when(glossaryPresenter.isBound()).thenReturn(true);
presenter.onDisplaySouthPanel(event);