Package fitnesse.junit

Examples of fitnesse.junit.PrintTestListener


     * 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 {
      final TestSummary summary = helper.run(this.port, launches);
View Full Code Here

TOP

Related Classes of fitnesse.junit.PrintTestListener

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.