jsystem.extensions.report.html.summary
Class HtmlSummaryReporter
java.lang.Object
jsystem.extensions.report.html.summary.HtmlSummaryReporter
- public class HtmlSummaryReporter
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HtmlSummaryReporter
public HtmlSummaryReporter(File currentDir)
endTest
public void endTest(String testName,
String packageName,
String file,
boolean isPass,
long runTime)
getCurrentDirectory
public File getCurrentDirectory()
- Returns:
- Returns the currentDirectory.
setCurrentDirectory
public void setCurrentDirectory(File currentDirectory)
- Parameters:
currentDirectory
- The currentDirectory to set.
getSummaryFile
public File getSummaryFile()
- Returns:
- Returns the summaryFile.
setSummaryFile
public void setSummaryFile(File summaryFile)
- Parameters:
summaryFile
- The summaryFile to set.