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