public static class SurefireReporter.Options extends Object
| Modifier and Type | Field and Description |
|---|---|
static boolean |
DEFAULT_INCLUDE_PROPERTIES |
static boolean |
DEFAULT_REPORT_BY_STORY |
static String |
DEFAULT_REPORT_NAME |
| Constructor and Description |
|---|
Options() |
Options(String reportName,
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) |
public static final String DEFAULT_REPORT_NAME
public static final boolean DEFAULT_INCLUDE_PROPERTIES
public static final boolean DEFAULT_REPORT_BY_STORY
public Options()
public Options(String reportName, boolean reportByStory, boolean includeProperties)
public SurefireReporter.Options useReportName(String reportName)
public SurefireReporter.Options doReportByStory(boolean reportByStory)
public SurefireReporter.Options doIncludeProperties(boolean includeProperties)
Copyright © 2003–2018. All rights reserved.