NSpec.Core.Runner.Runner C# (CSharp) 메소드

Runner() 공개 메소드

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

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