public override void OnRunEnd()
 {
   base.OnRunEnd();
   var reportGenerator = new XmlReportGenerator(_xmlPath,
                                                ContextsByAssembly,
                                                SpecificationsByContext,
                                                ResultsBySpecification,
                                                _timer,
                                                _showTimeInfo);
   reportGenerator.WriteReports();
 }
Exemple #2
0
        public override void OnRunEnd()
        {
            base.OnRunEnd();
            var reportGenerator = new XmlReportGenerator(_xmlPath,
                                                         ContextsByAssembly,
                                                         SpecificationsByContext,
                                                         ResultsBySpecification,
                                                         _timer,
                                                         _showTimeInfo);

            reportGenerator.WriteReports();
        }