public class SpecialCharactersTest extends Object
Modifier and Type | Field and Description |
---|---|
LoggingTestRule |
loggingRule |
SmppServerRule<org.jsmpp.bean.SubmitSm> |
smppServer |
Constructor and Description |
---|
SpecialCharactersTest() |
Modifier and Type | Method and Description |
---|---|
void |
gsm7bitBasicCharacterSetExtension()
Each character present in the GSM 7-bit extension table is encoded on two characters: [ESC, char].
|
void |
gsm7bitDefaultAlphabet() |
void |
gsm8bit()
GSM 7-bit and GSM 8-bit encodings support the exact same character tables.
|
void |
gsmUcs2() |
void |
setUp() |
public final LoggingTestRule loggingRule
public final SmppServerRule<org.jsmpp.bean.SubmitSm> smppServer
public void setUp() throws IOException
IOException
public void gsm7bitDefaultAlphabet() throws MessagingException, IOException
MessagingException
IOException
public void gsm7bitBasicCharacterSetExtension() throws MessagingException, IOException
MessagingException
IOException
public void gsm8bit() throws MessagingException, IOException
MessagingException
IOException
public void gsmUcs2() throws MessagingException, IOException
MessagingException
IOException
Copyright © 2021. All rights reserved.