public TestCaseComponentCollection(TestSuiteComponent owner)
 {
     this.owner = new WeakReference(owner);
 }
Ejemplo n.º 2
0
 public TestCaseComponentCollection(TestSuiteComponent owner)
 {
     this.owner = new WeakReference(owner);
 }