TeStereo report

@Ignore @Test public void retrievingMessagesWithALimitShouldLimitTheNumberOfMessages() throws MailboxException { int limit=2; saveMessages(); assertThat(messageMapper.findInMailbox(benwaInboxMailbox,MessageRange.all(),MessageMapper.FetchType.Full,limit)).hasSize(2); }