public static class SurefireReporter.Options extends Object
Modifier and Type | Field and Description |
---|---|
static boolean |
DEFAULT_INCLUDE_PROPERTIES |
static SurefireReporter.TestCaseNamingStrategy |
DEFAULT_NAMING_STRATEGY |
static boolean |
DEFAULT_REPORT_BY_STORY |
static String |
DEFAULT_REPORT_NAME |
Constructor and Description |
---|
Options() |
Options(String reportName,
SurefireReporter.TestCaseNamingStrategy namingStrategy,
boolean reportByStory,
boolean includeProperties) |
Modifier and Type | Method and Description |
---|---|
SurefireReporter.Options |
doIncludeProperties(boolean includeProperties) |
SurefireReporter.Options |
doReportByStory(boolean reportByStory) |
SurefireReporter.Options |
useReportName(String reportName) |
SurefireReporter.Options |
withNamingStrategy(SurefireReporter.TestCaseNamingStrategy strategy) |
public static final String DEFAULT_REPORT_NAME
public static final SurefireReporter.TestCaseNamingStrategy DEFAULT_NAMING_STRATEGY
public static final boolean DEFAULT_INCLUDE_PROPERTIES
public static final boolean DEFAULT_REPORT_BY_STORY
public Options()
public Options(String reportName, SurefireReporter.TestCaseNamingStrategy namingStrategy, boolean reportByStory, boolean includeProperties)
public SurefireReporter.Options useReportName(String reportName)
public SurefireReporter.Options withNamingStrategy(SurefireReporter.TestCaseNamingStrategy strategy)
public SurefireReporter.Options doReportByStory(boolean reportByStory)
public SurefireReporter.Options doIncludeProperties(boolean includeProperties)
Copyright © 2003–2021. All rights reserved.