public class FluentEmailTest extends Object
Modifier and Type | Field and Description |
---|---|
com.icegreen.greenmail.junit4.GreenMailRule |
greenMail |
LoggingTestRule |
loggingRule |
Constructor and Description |
---|
FluentEmailTest() |
Modifier and Type | Method and Description |
---|---|
void |
attachAndEmbed() |
void |
attachFile() |
void |
attachResource() |
void |
attachStream() |
void |
bodyHtmlAndMissingTextTemplate() |
void |
bodyHtmlAndText() |
void |
bodyString() |
void |
bodyTemplateString() |
void |
bodyWithHtmlTemplateOnly() |
void |
bodyWithXhtmlTemplate() |
void |
embedFile() |
void |
embedResource() |
void |
embedStream() |
void |
htmlAndText() |
void |
htmlTemplateOnly() |
void |
invalidTemplate() |
void |
setUp() |
void |
textTemplateOnly() |
public final LoggingTestRule loggingRule
public final com.icegreen.greenmail.junit4.GreenMailRule greenMail
public void setUp() throws IOException
IOException
public void bodyString() throws MessagingException, javax.mail.MessagingException
MessagingException
public void bodyTemplateString() throws MessagingException, javax.mail.MessagingException
MessagingException
public void bodyWithHtmlTemplateOnly() throws MessagingException, javax.mail.MessagingException, IOException
MessagingException
IOException
public void htmlTemplateOnly() throws MessagingException, javax.mail.MessagingException, IOException
MessagingException
IOException
public void textTemplateOnly() throws MessagingException, javax.mail.MessagingException, IOException
MessagingException
IOException
public void bodyWithXhtmlTemplate() throws MessagingException, javax.mail.MessagingException, IOException
MessagingException
IOException
public void htmlAndText() throws MessagingException, javax.mail.MessagingException, IOException
MessagingException
IOException
public void bodyHtmlAndText() throws MessagingException, javax.mail.MessagingException, IOException
MessagingException
IOException
public void bodyHtmlAndMissingTextTemplate() throws MessagingException, javax.mail.MessagingException, IOException
MessagingException
IOException
public void invalidTemplate() throws MessagingException, IOException
MessagingException
IOException
public void attachResource() throws MessagingException, javax.mail.MessagingException, IOException
MessagingException
IOException
public void attachFile() throws MessagingException, IOException, javax.mail.MessagingException
MessagingException
IOException
public void attachStream() throws MessagingException, IOException, javax.mail.MessagingException
MessagingException
IOException
public void embedResource() throws MessagingException, javax.mail.MessagingException, IOException
MessagingException
IOException
public void embedFile() throws MessagingException, IOException, javax.mail.MessagingException
MessagingException
IOException
public void embedStream() throws MessagingException, IOException, javax.mail.MessagingException
MessagingException
IOException
public void attachAndEmbed() throws MessagingException, IOException, javax.mail.MessagingException
MessagingException
IOException
Copyright © 2021. All rights reserved.