@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
MessagingException
com.fasterxml.jackson.core.JsonParseException
com.fasterxml.jackson.databind.JsonMappingException
IOException
@Test void htmlAndTextTemplates() throws MessagingException, com.fasterxml.jackson.core.JsonParseException, com.fasterxml.jackson.databind.JsonMappingException, IOException
MessagingException
com.fasterxml.jackson.core.JsonParseException
com.fasterxml.jackson.databind.JsonMappingException
IOException
@Test void attachResource() throws MessagingException, com.fasterxml.jackson.core.JsonParseException, com.fasterxml.jackson.databind.JsonMappingException, IOException
MessagingException
com.fasterxml.jackson.core.JsonParseException
com.fasterxml.jackson.databind.JsonMappingException
IOException
@Test void attachFile() throws MessagingException, com.fasterxml.jackson.core.JsonParseException, com.fasterxml.jackson.databind.JsonMappingException, IOException
MessagingException
com.fasterxml.jackson.core.JsonParseException
com.fasterxml.jackson.databind.JsonMappingException
IOException
Copyright © 2021. All rights reserved.