NSpec.Core.Runner.Runner C# (CSharp) Méthode

Runner() public méthode

public Runner ( Spec spec ) : System
spec Spec
Résultat System
        public Runner(Spec spec)
        {
            this.spec = spec;

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