TransUnit transUnit =
TransUnit.Builder.newTransUnitBuilder().setId(1)
.setResId("resId").setVerNum(0).setLocaleId("en")
.addSource("source1", "source2").setRowIndex(1).build();
presenter.onTransUnitSelected(new TransUnitSelectionEvent(transUnit));
verify(display).startProcessing();
verify(dispatcher).execute(getGlossaryCaptor.capture(),
callbackCaptor.capture());
GetGlossary action = getGlossaryCaptor.getValue();