Exemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="T:System.Object" /> class.
 /// </summary>
 public TestBlockPlan(TestSetPlan testSet, string id, string category, TextSpan span)
 {
     Id                = id;
     Category          = category;
     Span              = span;
     TestSet           = testSet;
     _machineAvailable = false;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="T:System.Object" /> class.
 /// </summary>
 public TestBlockPlan(TestSetPlan testSet, string id, string category,
                      TextSpan span)
 {
     Id                   = id;
     Category             = category;
     Span                 = span;
     TestSet              = testSet;
     CurrentTestCaseIndex = -1;
 }