Class DefaultMailServerAdministration.DefaultSendTestEmail
java.lang.Object
com.atlassian.jira.functest.framework.admin.DefaultMailServerAdministration.DefaultSendTestEmail
- All Implemented Interfaces:
MailServerAdministration.SendTestEmail
- Enclosing class:
- DefaultMailServerAdministration
public class DefaultMailServerAdministration.DefaultSendTestEmail
extends Object
implements MailServerAdministration.SendTestEmail
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultSendTestEmail(LocatorFactory locator, net.sourceforge.jwebunit.WebTester tester) -
Method Summary
Modifier and TypeMethodDescriptionvoidAssert the message has been successfully sent, that is to say searches for "Your test message has been sent" in Mail log table.voidsend()Presses the 'Send' button.
-
Constructor Details
-
DefaultSendTestEmail
-
-
Method Details
-
send
public void send()Description copied from interface:MailServerAdministration.SendTestEmailPresses the 'Send' button.- Specified by:
sendin interfaceMailServerAdministration.SendTestEmail
-
assertMessageSentInformationDisplayed
public void assertMessageSentInformationDisplayed()Description copied from interface:MailServerAdministration.SendTestEmailAssert the message has been successfully sent, that is to say searches for "Your test message has been sent" in Mail log table.- Specified by:
assertMessageSentInformationDisplayedin interfaceMailServerAdministration.SendTestEmail
-