when(attachment.getFilename()).thenReturn("receipt.pdf");
when(attachment.getContentType()).thenReturn("application/pdf");
when(attachment.getSize()).thenReturn(284569);
when(attachment.getDescription()).thenReturn("My receipt.");
this.presenter = new AttachmentPresenter();
}