Package fitnesse.reporting.history

Examples of fitnesse.reporting.history.TestExecutionReport.toXml()


    result.content = generateHtmlFromWiki(passOrFail);
    result.relativePageName = "testPageOne";
    report.addResult(result);
    Writer writer = new StringWriter();
    VelocityEngine engine = context.pageFactory.getVelocityEngine();
    report.toXml(writer, engine);
    return writer.toString();
  }

  @After
  public void tearDown() {
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.