}
@Test
public void testINVACKSer() {
final long line = rand.nextLong();
final INV m = Message.INV((short) rand.nextInt(), line, (short) rand.nextInt());
testSerialize(Message.INVACK(m));
testSerialize(Message.INVACK((short) rand.nextInt(), rand.nextLong()));
}