assertEquals("(XMLChannel) xMLChannel.getHeaderLength()", 0, actual);
}
@Test
public void testSendMessageTrailer1() throws Throwable {
BaseChannel rawChannel = new RawChannel();
rawChannel.sendMessageTrailer(new ISOMsg(), "testString".getBytes());
assertTrue("Test completed without Exception", true);
}