Esempio n. 1
0
 @Test
 public void testReplyShort() {
   testReply(TestUtils.randomShort());
 }
Esempio n. 2
0
 @Test
 public void testPublishShort() {
   testPublish(TestUtils.randomShort());
 }
Esempio n. 3
0
 @Test
 public void testSendShort() {
   testSend(TestUtils.randomShort());
 }