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() |
void |
tearDown() |
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 tearDown()
public void emailUsingThymeleafTemplateShouldResolveBeans() throws MessagingException, IOException
MessagingException
IOException
public void smsUsingThymeleafTemplateShouldResolveBeans() throws MessagingException, IOException
MessagingException
IOException
public void missingBeanErrorUsingThymeleaf() throws MessagingException, IOException
MessagingException
IOException
public void emailUsingFreemarkerTemplateShouldResolveBeans() throws MessagingException, IOException
MessagingException
IOException
public void smsUsingFreemarkerTemplateShouldResolveBeans() throws MessagingException, IOException
MessagingException
IOException
public void missingBeanErrorUsingFreemarker() throws MessagingException, IOException
MessagingException
IOException
Copyright © 2021. All rights reserved.