Package org.easetech.easytest.reports.impl

Examples of org.easetech.easytest.reports.impl.ReportRunner


            if (outputLocation != null) {
                ExecutorService executor = Executors.newCachedThreadPool();

                LOG.info("Writing reports to folder: {} ", outputLocation);
                ReportRunner reportExecuter = new ReportRunner(testReportContainer, outputFormats, reportTypes,
                        outputLocation);
                submit = executor.submit(reportExecuter);
            } else {
                LOG.error("Can't write reports. Report output locatison {} "
                        + " can't be created.",  rawOutputLocation);
View Full Code Here

TOP

Related Classes of org.easetech.easytest.reports.impl.ReportRunner

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.