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

IDisposable() private method

private IDisposable ( ) : void
return void
        void IDisposable.Dispose()
        {
            spec.Example = preExistingExample;
            spec.SetUpAction = preExistingSetUpAction;
            spec.TearDownAction = preExistingTearDownAction;
        }