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