Ejemplo n.º 1
0
        public void ExecuteWithFixture <T>(StepLeaf leaf, ITestPart exceptionTarget) where T : IFixture
        {
            LoadFixture <T>(exceptionTarget);

            leaf.AcceptVisitor(this);

            RevertFixture(exceptionTarget);
        }