public MultiThreadedRepeatTestCase(ITestCase testCase, MultiThreadedRepeatAttribute attribute)
     : base(testCase, attribute)
 {
     this.synchronizer = new TestSynchronizer(this.Name);
 }
Esempio n. 2
0
 public MultiThreadedTestCase(MultiThreadedTestFixture fixture)
     : base(fixture.Name)
 {
     this.retryCount   = fixture.Attribute.RetryCount;
     this.synchronizer = new TestSynchronizer(this.Name);
 }