NSpec.Core.Runner.Runner C# (CSharp) Method

Runner() public method

public Runner ( Spec spec ) : System
spec Spec
return System
        public Runner(Spec spec)
        {
            this.spec = spec;

            preExistingExample = spec.Example;
            preExistingSetUpAction = spec.SetUpAction;
            preExistingTearDownAction = spec.TearDownAction;
        }