/// <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; }
/// <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; }