public PofDispatcherIT() { IThreadingFactory threadingFactory = new ThreadingFactory(); ISynchronizationFactory synchronizationFactory = new SynchronizationFactory(); IThreadingProxy threadingProxy = new ThreadingProxy(threadingFactory, synchronizationFactory); testObj = new PofDispatcherImpl(threadingProxy, pofStreamReader); }
public PofDispatcherTests() { testObj = new PofDispatcherImpl(reader, handlersByType, shutdownHandlers, dispatcherTaskCancellationTokenSource); }