com.googlecode.refit.runner
Class ReportGenerator
java.lang.Object
com.googlecode.refit.runner.ReportGenerator
- All Implemented Interfaces:
- RunnerListener
public class ReportGenerator
- extends Object
- implements RunnerListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReportGenerator
public ReportGenerator(File inputDir,
File outputDir)
beforeTest
public void beforeTest(String testPath)
- Specified by:
beforeTest in interface RunnerListener
afterTest
public void afterTest(TestResult result)
- Specified by:
afterTest in interface RunnerListener
createReports
public void createReports()
getSummary
public Summary getSummary()
afterSuite
public void afterSuite()
- Specified by:
afterSuite in interface RunnerListener
Copyright © 2011. All Rights Reserved.