コード例 #1
0
 @Test
 public void testReplyShort() {
   testReply(TestUtils.randomShort());
 }
コード例 #2
0
 @Test
 public void testPublishShort() {
   testPublish(TestUtils.randomShort());
 }
コード例 #3
0
 @Test
 public void testSendShort() {
   testSend(TestUtils.randomShort());
 }