示例#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());
 }