@Test
public void testReportIncident() throws Exception {
// assert mailbox is empty before starting
Mailbox inbox = Mailbox.get("incident@mycompany.com");
inbox.clear();
assertEquals("Should not have mails", 0, inbox.size());
// create input parameter
InputReportIncident input = new InputReportIncident();
input.setIncidentId("123");