jsystem.extensions.report.html
Class HtmlTestList

java.lang.Object
  extended byjsystem.extensions.report.html.Report
      extended byjsystem.extensions.report.html.HtmlTestList

public class HtmlTestList
extends Report


Field Summary
 
Fields inherited from class jsystem.extensions.report.html.Report
fileName, ignore, isSuccess, parent, target, title
 
Constructor Summary
HtmlTestList()
           
 
Method Summary
 void addReport(Report report)
           
 boolean isFastList()
           
 void setFastList(boolean fastList)
           
 void setSuccess(boolean success)
           
 void toFile(String directory, NameGenerator generator)
           
 
Methods inherited from class jsystem.extensions.report.html.Report
getFileName, getParent, getTarget, getTitle, isBold, isIgnore, isSuccess, setBold, setFileName, setIgnore, setParent, setTarget, setTitle, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HtmlTestList

public HtmlTestList()
Method Detail

toFile

public void toFile(String directory,
                   NameGenerator generator)
            throws IOException
Specified by:
toFile in class Report
Throws:
IOException

isFastList

public boolean isFastList()

setFastList

public void setFastList(boolean fastList)

setSuccess

public void setSuccess(boolean success)
Overrides:
setSuccess in class Report

addReport

public void addReport(Report report)