listenerMock = new ConfigurationListenerMock(
"listenerMock", dispatcherExpectations);
persistentDir = createTempDir("cmint");
fileManager = new FileManagerImpl(persistentDir, 4, 10);
ConfigurationStore store = new ConfigurationStoreImpl(fileManager);
// Create the dispatcher and prepare it for using mocks.
asynchronousDispatcher = new AsynchronousDispatcher();
// asynchronousDispatcher.queueAsynchronousAction(new Runnable() {