public class SpringBeanResolutionTest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SpringBeanResolutionTest.FakeService |
protected static class |
SpringBeanResolutionTest.TestConfig |
| Modifier and Type | Field and Description |
|---|---|
com.icegreen.greenmail.junit4.GreenMailRule |
greenMail |
LoggingTestRule |
loggingRule |
SmppServerRule<org.jsmpp.bean.SubmitSm> |
smppServer |
| Constructor and Description |
|---|
SpringBeanResolutionTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
emailUsingFreemarkerTemplateShouldResolveBeans() |
void |
emailUsingThymeleafTemplateShouldResolveBeans() |
void |
missingBeanErrorUsingFreemarker() |
void |
missingBeanErrorUsingThymeleaf() |
void |
setUp() |
void |
smsUsingFreemarkerTemplateShouldResolveBeans() |
void |
smsUsingThymeleafTemplateShouldResolveBeans() |
public final LoggingTestRule loggingRule
public final com.icegreen.greenmail.junit4.GreenMailRule greenMail
public final SmppServerRule<org.jsmpp.bean.SubmitSm> smppServer
public void setUp()
public void emailUsingThymeleafTemplateShouldResolveBeans()
throws MessagingException,
IOException
MessagingExceptionIOExceptionpublic void smsUsingThymeleafTemplateShouldResolveBeans()
throws MessagingException,
IOException
MessagingExceptionIOExceptionpublic void missingBeanErrorUsingThymeleaf()
throws MessagingException,
IOException
MessagingExceptionIOExceptionpublic void emailUsingFreemarkerTemplateShouldResolveBeans()
throws MessagingException,
IOException
MessagingExceptionIOExceptionpublic void smsUsingFreemarkerTemplateShouldResolveBeans()
throws MessagingException,
IOException
MessagingExceptionIOExceptionpublic void missingBeanErrorUsingFreemarker()
throws MessagingException,
IOException
MessagingExceptionIOExceptionCopyright © 2021. All rights reserved.