Exemplo n.º 1
0
 public TestGroupViewModel(TestsViewModel tests, string displayName)
 {
     this.tests       = tests;
     this.displayName = displayName;
 }
Exemplo n.º 2
0
 public TestCaseViewModel(TestsViewModel tests, ITestCase testCase)
 {
     this.tests = tests;
     TestCase   = testCase;
 }