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