public class SmsSMPPDefaultsTest extends Object
| Modifier and Type | Field and Description |
|---|---|
LoggingTestRule |
loggingRule |
SmppServerRule<org.jsmpp.bean.SubmitSm> |
smppServer |
| Constructor and Description |
|---|
SmsSMPPDefaultsTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
gsm8bitBasicCharacterSetExtension()
Each character present in the GSM 8-bit extension table is encoded on two characters: [ESC, char].
|
void |
gsm8bitDefaultAlphabet() |
void |
gsmUcs2() |
void |
longMessage() |
void |
setUp() |
void |
severalRecipients() |
void |
simple() |
void |
withThymeleaf() |
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 simple()
throws MessagingException,
IOException
MessagingExceptionIOExceptionpublic void longMessage()
throws MessagingException,
IOException
MessagingExceptionIOExceptionpublic void withThymeleaf()
throws MessagingException,
IOException
MessagingExceptionIOExceptionpublic void severalRecipients()
throws MessagingException,
IOException
MessagingExceptionIOExceptionpublic void gsm8bitDefaultAlphabet()
throws MessagingException,
IOException
MessagingExceptionIOExceptionpublic void gsm8bitBasicCharacterSetExtension()
throws MessagingException,
IOException
MessagingExceptionIOExceptionpublic void gsmUcs2()
throws MessagingException,
IOException
MessagingExceptionIOExceptionCopyright © 2021. All rights reserved.