Package uk.co.brunella.osgi.bdt.runner.formatter

Examples of uk.co.brunella.osgi.bdt.runner.formatter.TestResultFormatter


    }
  }

  private void createReport(List<OSGiTestResult> results, String out, String err) {
    if (outputFormat != null) {
      TestResultFormatter formatter = TestResultFormatterFactory.createTestResultFormatter(outputFormat);
      formatter.setOutputDirectory(outputDirectory);
      formatter.formatTestResults(results, out, err);
    }
  }
View Full Code Here

TOP

Related Classes of uk.co.brunella.osgi.bdt.runner.formatter.TestResultFormatter

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.