taskManager = new DefaultTaskManager(TASK_MGR_NUM_THREADS, taskSet);
modeRegistry = new StaticModePageRegistry();
inquiryRegistry = new StaticInquiryDataRegistry();
store = ByteBuffer.allocate(STORE_BLOCK_SIZE * STORE_CAPACITY);
taskFactory = new BufferedTaskFactory(store, STORE_BLOCK_SIZE, modeRegistry, inquiryRegistry);
lu = new DefaultLogicalUnitTest(taskSet, taskManager, taskFactory);
_logger.debug("created logical unit: " + lu);
lu.start();