@LogTestInformation @ExtendWith(value=org.mockito.junit.jupiter.MockitoExtension.class) class SendGridFluentEmailTest extends Object
| Modifier and Type | Field and Description |
|---|---|
(package private) IdGenerator |
generator |
| Constructor and Description |
|---|
SendGridFluentEmailTest() |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
attachFile() |
(package private) void |
attachResource() |
(package private) void |
bodyString() |
(package private) void |
clean() |
(package private) void |
htmlAndTextTemplates() |
(package private) void |
setup() |
@Mock IdGenerator generator
@BeforeEach void setup()
@AfterEach void clean()
@Test
void bodyString()
throws MessagingException,
com.fasterxml.jackson.core.JsonParseException,
com.fasterxml.jackson.databind.JsonMappingException,
IOException
MessagingExceptioncom.fasterxml.jackson.core.JsonParseExceptioncom.fasterxml.jackson.databind.JsonMappingExceptionIOException@Test
void htmlAndTextTemplates()
throws MessagingException,
com.fasterxml.jackson.core.JsonParseException,
com.fasterxml.jackson.databind.JsonMappingException,
IOException
MessagingExceptioncom.fasterxml.jackson.core.JsonParseExceptioncom.fasterxml.jackson.databind.JsonMappingExceptionIOException@Test
void attachResource()
throws MessagingException,
com.fasterxml.jackson.core.JsonParseException,
com.fasterxml.jackson.databind.JsonMappingException,
IOException
MessagingExceptioncom.fasterxml.jackson.core.JsonParseExceptioncom.fasterxml.jackson.databind.JsonMappingExceptionIOException@Test
void attachFile()
throws MessagingException,
com.fasterxml.jackson.core.JsonParseException,
com.fasterxml.jackson.databind.JsonMappingException,
IOException
MessagingExceptioncom.fasterxml.jackson.core.JsonParseExceptioncom.fasterxml.jackson.databind.JsonMappingExceptionIOExceptionCopyright © 2021. All rights reserved.