DDay.iCal.Validator.RFC5545.RulesetValidator.OnTestNotRun C# (CSharp) Méthode

OnTestNotRun() protected méthode

protected OnTestNotRun ( ITestResult result ) : void
result ITestResult
Résultat void
        protected void OnTestNotRun(ITestResult result)
        {
            OnTestCompleted(result);

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