public TestCaseComponentCollection(TestSuiteComponent owner)
 {
     this.owner = new WeakReference(owner);
 }
Beispiel #2
0
 public TestCaseComponentCollection(TestSuiteComponent owner)
 {
     this.owner = new WeakReference(owner);
 }