com.googlecode.refit.runner
Class ReportGenerator

java.lang.Object
  extended by com.googlecode.refit.runner.ReportGenerator
All Implemented Interfaces:
RunnerListener

public class ReportGenerator
extends Object
implements RunnerListener


Constructor Summary
ReportGenerator(File inputDir, File outputDir)
           
 
Method Summary
 void afterSuite()
           
 void afterTest(TestResult result)
           
 void beforeTest(String testPath)
           
 void createReports()
           
 Summary getSummary()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportGenerator

public ReportGenerator(File inputDir,
                       File outputDir)
Method Detail

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.