Representation of a mail server for Munit tests
2425262728293031
private static MailServer mailServer; @BeforeClass public static void startServer() { mailServer = new MailServer(); mailServer.start(); }