assertEquals(1, messages.size());
}
@Override
protected void setUp() throws Exception {
this._myFactory = new MockMessageHandlerFactory();
this._myAuthFactory = new MockAuthenticationHandlerFactory();
this._smtpServer = new SMTPServer(this._myFactory, this._myAuthFactory);
this._smtpServer.setPort(25000);
this._smtpServer.start();
super.setUp();