public class ReportGenerator extends Object implements RunnerListener
| Constructor and Description |
|---|
ReportGenerator(File inputDir,
File outputDir) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterSuite() |
void |
afterTest(TestResult result) |
void |
beforeTest(String testPath) |
void |
createReports() |
Summary |
getSummary() |
public void beforeTest(String testPath)
beforeTest in interface RunnerListenerpublic void afterTest(TestResult result)
afterTest in interface RunnerListenerpublic void createReports()
public Summary getSummary()
public void afterSuite()
afterSuite in interface RunnerListenerCopyright © 2011-2013. All Rights Reserved.