@Test
public void testExecute()
{
final Collection<Long> items = Arrays.asList(1L, 2L, 3L);
final long userId = 77L;
final UnreadInAppNotificationCountDTO newCount = new UnreadInAppNotificationCountDTO(4, 6);
final InAppNotificationsByUserMapperRequest expectedRequest = new InAppNotificationsByUserMapperRequest(items,
userId);
context.checking(new Expectations()