public class FluentSmsTest extends Object
| Modifier and Type | Field and Description |
|---|---|
LoggingTestRule |
loggingRule |
SmppServerRule<org.jsmpp.bean.SubmitSm> |
smppServer |
| Constructor and Description |
|---|
FluentSmsTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
void |
useString() |
void |
useTemplate() |
void |
useTemplateString() |
public final LoggingTestRule loggingRule
public final SmppServerRule<org.jsmpp.bean.SubmitSm> smppServer
public void setUp()
throws IOException,
IllegalArgumentException,
org.jsmpp.PDUException,
org.jsmpp.extra.ResponseTimeoutException,
org.jsmpp.InvalidResponseException,
org.jsmpp.extra.NegativeResponseException
IOExceptionIllegalArgumentExceptionorg.jsmpp.PDUExceptionorg.jsmpp.extra.ResponseTimeoutExceptionorg.jsmpp.InvalidResponseExceptionorg.jsmpp.extra.NegativeResponseExceptionpublic void useString()
throws MessagingException,
IOException
MessagingExceptionIOExceptionpublic void useTemplate()
throws MessagingException,
IOException
MessagingExceptionIOExceptionpublic void useTemplateString()
throws MessagingException,
IOException
MessagingExceptionIOExceptionCopyright © 2021. All rights reserved.