DDay.iCal.Validator.RFC5545.RulesetValidator.OnTestNotRun C# (CSharp) Method

OnTestNotRun() protected method

protected OnTestNotRun ( ITestResult result ) : void
result ITestResult
return void
        protected void OnTestNotRun(ITestResult result)
        {
            OnTestCompleted(result);

            _CurrentTestProgress.NotRun++;
            if (TestProgress != null)
                TestProgress(this, _CurrentTestProgress);
        }