Class MockMailer
- java.lang.Object
-
- com.yahoo.vespa.hosted.controller.api.integration.stubs.MockMailer
-
-
Constructor Summary
Constructors Constructor Description MockMailer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringdomain()Returns the domain this is configured to use.List<Mail>inbox(String recipient)Returns the list of mails sent to the given recipient.voidsend(Mail mail)Sends the given mail as the configured user@domain.Stringuser()Returns the user this is configured to use.
-
-
-
Method Detail
-
send
public void send(Mail mail)
Description copied from interface:MailerSends the given mail as the configured user@domain.
-
user
public String user()
Description copied from interface:MailerReturns the user this is configured to use.
-
domain
public String domain()
Description copied from interface:MailerReturns the domain this is configured to use.
-
-