public TheoryExecutionContext(CompositeNode node, TestContext parent, TestTheory self, object testObject) : base(node, parent, self, testObject) { }
public TheoryNode(TestTheory unit, CompositeNode parent) : base(unit, parent, new DefaultTestContext(parent.InitContext, unit)) { _results = new TestUnitResults(unit); _execution = new TheoryExecutionContext(this, InitContext, (TestTheory)Unit, null); }