HistoryToken mockHistoryToken = mock(HistoryToken.class);
when(history.getHistoryToken()).thenReturn(mockHistoryToken);
// When:
service.onRequestSelectTableRow(new RequestSelectTableRowEvent(docInfo,
selectingId));
// Then:
verify(mockHistoryToken).setView(MainView.Editor);
verify(mockHistoryToken).setDocumentPath(