public class JBehaveMailModule
extends org.unitils.mail.MailModule
Step and this
gives conflicts.| Constructor and Description |
|---|
JBehaveMailModule() |
| Modifier and Type | Method and Description |
|---|---|
protected org.unitils.mail.impl.SmtpServerImpl |
getServer()
getter server.
|
void |
initSmtpServer(Object testObject)
This method injects the
org.subethamail.smtp.server.SMTPServer into the step. |
protected void |
setServer(org.unitils.mail.impl.SmtpServerImpl server) |
void |
stopSmtpServer(Object testObject)
Stops the
org.subethamail.smtp.server.SMTPServer. |
public void initSmtpServer(Object testObject)
org.subethamail.smtp.server.SMTPServer into the step.initSmtpServer in class org.unitils.mail.MailModuletestObject - : The step.MailModule.initSmtpServer(java.lang.Object)public void stopSmtpServer(Object testObject)
org.subethamail.smtp.server.SMTPServer.stopSmtpServer in class org.unitils.mail.MailModuletestObject - : the stepMailModule.stopSmtpServer(java.lang.Object)protected org.unitils.mail.impl.SmtpServerImpl getServer()
SmtpServerImplprotected void setServer(org.unitils.mail.impl.SmtpServerImpl server)
server - : the server to setCopyright © 2015. All Rights Reserved.