getTransUnitsNavigationService.getNavigationIndexes(
isA(GetTransUnitsNavigation.class), isA(HLocale.class)))
.thenReturn(navigationResult);
when(navigationResult.getIdIndexList()).thenReturn(idIndexList);
GetTransUnitListResult result = handler.execute(action, null);
assertThat(result.getTargetPageIndex(), Matchers.equalTo(2));
}