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
IOException
IllegalArgumentException
org.jsmpp.PDUException
org.jsmpp.extra.ResponseTimeoutException
org.jsmpp.InvalidResponseException
org.jsmpp.extra.NegativeResponseException
public void simple() throws MessagingException, IOException
MessagingException
IOException
public void longMessage() throws MessagingException, IOException
MessagingException
IOException
public void withThymeleaf() throws MessagingException, IOException
MessagingException
IOException
public void severalRecipients() throws MessagingException, IOException
MessagingException
IOException
public void gsm8bitDefaultAlphabet() throws MessagingException, IOException
MessagingException
IOException
public void gsm8bitBasicCharacterSetExtension() throws MessagingException, IOException
MessagingException
IOException
public void gsmUcs2() throws MessagingException, IOException
MessagingException
IOException
Copyright © 2021. All rights reserved.