@Test public void testReplyCharacter() { testReply(TestUtils.randomChar()); }
@Test public void testPublishCharacter() { testPublish(TestUtils.randomChar()); }
@Test public void testSendCharacter() { testSend(TestUtils.randomChar()); }