Package net.sf.sahi.report

Examples of net.sf.sahi.report.TM6Reporter


        }
        logDir = request.getParameter("tm6");
        if (logDir != null) {
          logDir = getLogDir(defaultLogDir, logDir);
          suite.setTM6LogDir(logDir);
            suite.addReporter(new TM6Reporter(logDir));
        }
    }
View Full Code Here

TOP

Related Classes of net.sf.sahi.report.TM6Reporter

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.