com.sun.javatest.report
Class Report.Settings
java.lang.Object
com.sun.javatest.report.Report.Settings
- Enclosing class:
- Report
public static class Report.Settings
- extends java.lang.Object
Specify what parts of the reports to generate.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Report.Settings
public Report.Settings()
Report.Settings
public Report.Settings(InterviewParameters p)
write
public void write(Preferences prefs)
create
public static Report.Settings create(Preferences prefs)
setInterview
public void setInterview(InterviewParameters p)
setFilter
public void setFilter(TestFilter f)
setEnableHtmlReport
public void setEnableHtmlReport(boolean state)
setEnableXmlReport
public void setEnableXmlReport(boolean state)
setEnablePlainReport
public void setEnablePlainReport(boolean state)
setEnableCOFReport
public void setEnableCOFReport(boolean state)
setUseTestCases
public void setUseTestCases(boolean state)
setShowConfigSection
public void setShowConfigSection(boolean state)
setShowQuestionLog
public void setShowQuestionLog(boolean state)
setShowEnvLog
public void setShowEnvLog(boolean state)
setShowStdValues
public void setShowStdValues(boolean state)
setShowResults
public void setShowResults(boolean state)
setShowKflReport
public void setShowKflReport(boolean state)
setShowKeywordSummary
public void setShowKeywordSummary(boolean state)
setEnableHtmlStateFile
public void setEnableHtmlStateFile(int status,
boolean state)
- Parameters:
status
- PASS, FAIL, ERROR, NOT_RUN constant from Status
setHtmlMainReport
public void setHtmlMainReport(boolean reporthtml,
boolean indexhtml)
setEnableKflF2e
public void setEnableKflF2e(boolean state)
setEnableKflF2f
public void setEnableKflF2f(boolean state)
setEnableKflMissing
public void setEnableKflMissing(boolean state)
setEnableKflTestCases
public void setEnableKflTestCases(boolean state)
setEnableBackups
public void setEnableBackups(boolean state)
setBackupLevels
public void setBackupLevels(int n)
isHtmlEnabled
public boolean isHtmlEnabled()
isXmlEnabled
public boolean isXmlEnabled()
isPlainEnabled
public boolean isPlainEnabled()
isCOFEnabled
public boolean isCOFEnabled()
isCOFTestCasesEnabled
public boolean isCOFTestCasesEnabled()
isConfigSectionEnabled
public boolean isConfigSectionEnabled()
isQuestionLogEnabled
public boolean isQuestionLogEnabled()
isEnvEnabled
public boolean isEnvEnabled()
isStdEnabled
public boolean isStdEnabled()
isResultsEnabled
public boolean isResultsEnabled()
isKflEnabled
public boolean isKflEnabled()
isKeywordSummaryEnabled
public boolean isKeywordSummaryEnabled()
isIndexHtmlEnabled
public boolean isIndexHtmlEnabled()
isReportHtmlEnabled
public boolean isReportHtmlEnabled()
isStateFileEnabled
public boolean isStateFileEnabled(int status)
isKflTestCasesEnabled
public boolean isKflTestCasesEnabled()
isKflMissingEnabled
public boolean isKflMissingEnabled()
isKflF2eEnabled
public boolean isKflF2eEnabled()
isKflF2fEnabled
public boolean isKflF2fEnabled()
isBackupsEnabled
public boolean isBackupsEnabled()
getBackupLevel
public int getBackupLevel()
getInitialFiles
public java.io.File[] getInitialFiles()
getTestFilter
public TestFilter getTestFilter()
getInterview
public InterviewParameters getInterview()
Copyright (c) 1996, 2010, Oracle and/or its affiliates. All rights reserved.