public PofDispatcherIT()
        {
            IThreadingFactory       threadingFactory       = new ThreadingFactory();
            ISynchronizationFactory synchronizationFactory = new SynchronizationFactory();
            IThreadingProxy         threadingProxy         = new ThreadingProxy(threadingFactory, synchronizationFactory);

            testObj = new PofDispatcherImpl(threadingProxy, pofStreamReader);
        }
Пример #2
0
 public PofDispatcherTests()
 {
     testObj = new PofDispatcherImpl(reader, handlersByType, shutdownHandlers, dispatcherTaskCancellationTokenSource);
 }