Class MockMailer
java.lang.Object
com.yahoo.vespa.hosted.controller.api.integration.stubs.MockMailer
- All Implemented Interfaces:
Mailer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic MockMailerdomain()Returns the domain this is configured to use.Returns the list of mails sent to the given recipient.voidreset()voidSends the given mail as the configured user@domain.user()Returns the user this is configured to use.
-
Field Details
-
mails
-
blackhole
public final boolean blackhole
-
-
Constructor Details
-
MockMailer
public MockMailer()
-
-
Method Details
-
blackhole
-
send
Description copied from interface:MailerSends the given mail as the configured user@domain. -
user
Description copied from interface:MailerReturns the user this is configured to use. -
domain
Description copied from interface:MailerReturns the domain this is configured to use. -
inbox
Returns the list of mails sent to the given recipient. Modifications affect the set of mails stored in this. -
reset
public void reset()
-