@Test
public void testWrite12InMemory()
{
_logger.debug("********** WRITE12 MEMORY **********");
int lba = generateRandomLBA();
CDB cdb = new Write12(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();