GetXmlReport() public method

public GetXmlReport ( ) : System.Xml.Linq.XDocument
return System.Xml.Linq.XDocument
Ejemplo n.º 1
0
 public void Should_not_throw_any_exceptions_if_there_are_no_tests()
 {
     XmlReport xmlReport = new XmlReport(new TestReport("Test.xap").ToTestReportCollection());
     xmlReport.GetXmlReport().ToString().ShouldNotBeEmpty();
 }