Example #1
0
 @Test
 public void testReplyCharacter() {
   testReply(TestUtils.randomChar());
 }
Example #2
0
 @Test
 public void testPublishCharacter() {
   testPublish(TestUtils.randomChar());
 }
Example #3
0
 @Test
 public void testSendCharacter() {
   testSend(TestUtils.randomChar());
 }