public static class Report.Settings
extends java.lang.Object
Constructor and Description |
---|
Report.Settings() |
Report.Settings(InterviewParameters p) |
public Report.Settings()
public Report.Settings(InterviewParameters p)
public void write(Preferences prefs)
public static Report.Settings create(Preferences prefs)
public void setInterview(InterviewParameters p)
public void setFilter(TestFilter f)
public void setEnableHtmlReport(boolean state)
public void setEnableXmlReport(boolean state)
public void setEnablePlainReport(boolean state)
public void setEnableCOFReport(boolean state)
public void setUseTestCases(boolean state)
public void setShowConfigSection(boolean state)
public void setShowQuestionLog(boolean state)
public void setShowEnvLog(boolean state)
public void setShowStdValues(boolean state)
public void setShowResults(boolean state)
public void setShowKflReport(boolean state)
public void setShowKeywordSummary(boolean state)
public void setEnableHtmlStateFile(int status, boolean state)
status
- PASS, FAIL, ERROR, NOT_RUN constant from Statuspublic void setHtmlMainReport(boolean reporthtml, boolean indexhtml)
public void setEnableKflF2e(boolean state)
public void setEnableKflF2f(boolean state)
public void setEnableKflMissing(boolean state)
public void setEnableKflTestCases(boolean state)
public void setEnableBackups(boolean state)
public void setBackupLevels(int n)
public boolean isHtmlEnabled()
public boolean isXmlEnabled()
public boolean isPlainEnabled()
public boolean isCOFEnabled()
public boolean isCOFTestCasesEnabled()
public boolean isConfigSectionEnabled()
public boolean isQuestionLogEnabled()
public boolean isEnvEnabled()
public boolean isStdEnabled()
public boolean isResultsEnabled()
public boolean isKflEnabled()
public boolean isKeywordSummaryEnabled()
public boolean isIndexHtmlEnabled()
public boolean isReportHtmlEnabled()
public boolean isStateFileEnabled(int status)
public boolean isKflTestCasesEnabled()
public boolean isKflMissingEnabled()
public boolean isKflF2eEnabled()
public boolean isKflF2fEnabled()
public boolean isBackupsEnabled()
public int getBackupLevel()
public java.io.File[] getInitialFiles()
public TestFilter getTestFilter()
public InterviewParameters getInterview()
Copyright (c) 1996, 2011, Oracle and/or its affiliates. All rights reserved.