161162163164165166167168169170171
assertNotNull(packet); packet.read(inboundPacket); } outboundPacket.clear(); inboundPacket.clear(); assertEquals(outboundPacket.sliceAsBytes(), inboundPacket.sliceAsBytes()); } protected void tearDown() throws Exception { if( isDisabled() ) {