ByteBuffer buffer = constructResponse(OpCode.PREPEND.fieldValue(),
(short) 0, (byte) 0, (byte) 0, (short) 0, 0, 0, 1L, null, null,
null);
assertTrue(command.decode(null, buffer));
assertTrue((Boolean) command.getResult());
assertEquals(0, buffer.remaining());
buffer = constructResponse(OpCode.PREPEND.fieldValue(), (short) 0,
(byte) 0, (byte) 0, (short) 0x0005, 0, 0, 1L, null, null, null);