private Object userKey = "test user info";
protected void setUp() throws Exception {
userTaskFactory = new MockUserTaskFactory();
threadPool = new ThreadPool(30, 30, "TestPool", 10000, this.getClass().getClassLoader(), "foo:bar=baz");
WorkerPersistence workerPersistence = new VMWorkerPersistence();
timer = new ThreadPooledTimer(executableWorkFactory, workerPersistence, threadPool, transactionManager);
timer.doStart();
counter.set(0);