Interface MailServerAdministration.SendTestEmail

All Known Implementing Classes:
DefaultMailServerAdministration.DefaultSendTestEmail
Enclosing interface:
MailServerAdministration

public static interface MailServerAdministration.SendTestEmail
Represents the 'Send test Email' panel in the Mail Servers Administration Page.
Since:
6.3.9
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Assert the message has been successfully sent, that is to say searches for "Your test message has been sent" in Mail log table.
    void
    Presses the 'Send' button.
  • Method Details

    • send

      void send()
      Presses the 'Send' button.
    • assertMessageSentInformationDisplayed

      void assertMessageSentInformationDisplayed()
      Assert the message has been successfully sent, that is to say searches for "Your test message has been sent" in Mail log table.