public class StaticMethodsAccessTest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
StaticMethodsAccessTest.UtilityClass |
| Modifier and Type | Field and Description |
|---|---|
com.icegreen.greenmail.junit4.GreenMailRule |
greenMail |
LoggingTestRule |
loggingRule |
SmppServerRule<org.jsmpp.bean.SubmitSm> |
smppServer |
| Constructor and Description |
|---|
StaticMethodsAccessTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
emailUsingFreemarkerTemplateShouldBeAbleToCallStaticMethods() |
static String |
hello(String name) |
void |
setUp() |
void |
smsUsingFreemarkerTemplateShouldBeAbleToCallStaticMethods() |
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 emailUsingFreemarkerTemplateShouldBeAbleToCallStaticMethods()
throws MessagingException,
IOException
MessagingExceptionIOExceptionpublic void smsUsingFreemarkerTemplateShouldBeAbleToCallStaticMethods()
throws MessagingException,
IOException
MessagingExceptionIOExceptionCopyright © 2021. All rights reserved.