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