StatLight.Core.Reporting.Providers.Xml.XmlReport.XmlReport C# (CSharp) Method

XmlReport() public method

public XmlReport ( TestReportCollection report ) : System
report TestReportCollection
return System
        public XmlReport(TestReportCollection report)
        {
            if (report == null)
                throw new ArgumentNullException("report");

            _report = report;
        }