Ejemplo n.º 1
0
        public void SetParentStep()
        {
            TestStep parentStep = new TestStep();

            _standAloneStep.SetParentStep(parentStep);
            Assert.That(_standAloneStep.ParentStep, Is.SameAs(parentStep));
        }