public TestCaseElement (TestCase test) : base (test) { if (test.RunState == RunState.Runnable) Indicator = "..."; // hint there's more }
TestCaseElement Setup (TestCase test) { TestCaseElement tce = new TestCaseElement (test, this); case_elements.Add (test, tce); return tce; }