Package fitnesse.responders.run

Examples of fitnesse.responders.run.ResultsListener


  /**
     * Strange side-effect behaviour:
     * If debug=false, FitNesse falls into wiki mode.
   */
  private RunResult runFitNesseTests(final Launch... launches) throws MojoExecutionException {
    final ResultsListener resultsListener = new DelegatingResultsListener(
                new PrintTestListener(), new JUnitXMLTestListener( this.resultsDir.getAbsolutePath()));
        final TestHelper helper = new TestHelper(this.workingDir, this.reportsDir.getAbsolutePath(), resultsListener);
    helper.setDebugMode(true);

    try {
View Full Code Here

TOP

Related Classes of fitnesse.responders.run.ResultsListener

Copyright © 2018 www.massapicom. 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.