Example #1
0
 public void SetUp()
 {
     _capturedGroups   = new ConcurrentDictionary <int, ConcurrentQueue <string> >();
     _notifierProvider = new TestableParallelProgressNotifierProvider();
 }