verify(editorOptionsPresenter).loadDefaultOptions();
}
@Test
public void onLoadDefaultOptionsDocument() {
DocumentListOptionsDisplay widget =
mock(DocumentListOptionsDisplay.class);
when(documentListOptionsPresenter.getDisplay()).thenReturn(widget);
presenter.onBind();
presenter.setOptionsView(MainView.Documents);