public SynchronizedTestCase(ITestCase testCase, TestSynchronizer synchronizer)
     : base(testCase)
 {
     this.synchronizer = synchronizer;
 }
Esempio n. 2
0
 public SynchronizedTestCase(ITestCase testCase, TestSynchronizer synchronizer)
     : base(testCase)
 {
     this.synchronizer = synchronizer;
 }