@Test
public void testOnDocumentListBoxChanged() throws Exception {
Date lastModifiedDate = new Date();
// Given: two details
TransMemoryDetails details1 =
new TransMemoryDetails("source comment1", "target comment1",
"project", "1", "docId1", "resId", "msgContext",
ContentState.Approved, "admin", lastModifiedDate);
TransMemoryDetails details2 =
new TransMemoryDetails("source comment2", "target comment2",
"project", "2", "docId2", "resId", "msgContext",
ContentState.Approved, null, lastModifiedDate);
presenter.setStatForTesting(new TransMemoryDetailsList(Lists
.newArrayList(details1, details2)));