public final class SendGridTranslationTest extends Object
ogham
and the
SendGridV4Sender
class. The emails are captured at the boundary between
the ogham
-aware code and the SendGrid-java
-aware code, i.e. the SendGridClient
interface.Modifier and Type | Field and Description |
---|---|
LoggingTestRule |
loggingRule |
Constructor and Description |
---|
SendGridTranslationTest() |
Modifier and Type | Method and Description |
---|---|
void |
forAccentedTextEmail() |
void |
forBasicHtmlEmail() |
void |
forBasicTextEmail() |
void |
forTemplatedHtmlEmail() |
void |
forTemplatedTextEmail() |
void |
setUp() |
public final LoggingTestRule loggingRule
public void setUp()
public void forBasicTextEmail() throws MessagingException, SendGridException
MessagingException
SendGridException
public void forAccentedTextEmail() throws MessagingException, SendGridException
MessagingException
SendGridException
public void forBasicHtmlEmail() throws MessagingException, SendGridException
MessagingException
SendGridException
public void forTemplatedTextEmail() throws MessagingException, SendGridException
MessagingException
SendGridException
public void forTemplatedHtmlEmail() throws MessagingException, SendGridException
MessagingException
SendGridException
Copyright © 2021. All rights reserved.