Future<Boolean> future = send(plugin);
assertResponse(wiser, future);
}
public void doTest() throws Exception {
Wiser wiser = new Wiser();
SMTPServer smtpServer = createServer(new SimpleMessageListenerAdapter(wiser));
smtpServer.setHostName("localhost");
smtpServer.setPort(5000);
TestPluginLifeCycle lifeCycle = createLifeCycle();
try {