ByteBuffer buffer = constructResponse(OpCode.INCREMENT.fieldValue(), (short) 0,
(byte) 0, (byte) 0, (short) 0, 0x00000008, 0, 5L, null, null,
this.transcoderUtils.encodeLong(0L));
assertEquals(32,buffer.capacity());
assertTrue(command.decode(null, buffer));
assertEquals(0L,command.getResult());
assertEquals(0,buffer.remaining());
command = this.commandFactory.createIncrDecrCommand(this.key, this.keyBytes,
this.delta, this.initial, this.exp, CommandType.INCR, false);