public static void setUpBeforeClass() throws Exception
{
_logger.debug("initializing test");
taskSet = new DefaultTaskSet(TASK_SET_QUEUE_DEPTH);
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);