@Test
public void testWrite10inMemory()
{
_logger.debug("********** WRITE10 MEMORY **********");
int lba = generateRandomLBA();
CDB cdb = new Write10(0, false, false, false, false, false, lba, WRITE_BLOCKS);
ByteBuffer data = this.createReadData(WRITE_BLOCKS * STORE_BLOCK_SIZE, cmdRef);
this.submitMemoryTask(cdb, cmdRef);
verifyDeviceBuffer(data, this.getMemoryBuffer(), lba);
this.purgeReadData(cmdRef);
this.purgeDeviceData();