public class RunOptions extends Object
Modifier and Type | Class and Description |
---|---|
static class |
RunOptions.EVAL_REPORT_LEVEL |
Modifier and Type | Field and Description |
---|---|
Alert.LEVEL |
acceptAlertLevel |
Map<String,String> |
condensedHeaders |
int |
connectionTimeout |
static String |
DEFAULT_CONDENSE_HEADERS |
boolean |
dumpJavascriptEvals |
boolean |
dumpMasterSummary |
boolean |
dumpResourceManagerSummary |
boolean |
dumpRunOptions |
boolean |
emitRestReplayHeaders |
boolean |
errorsBecomeEmptyStrings |
RunOptions.EVAL_REPORT_LEVEL |
evalReportLevel |
boolean |
failTestOnErrors |
boolean |
failTestOnWarnings |
static int |
MAX_CHARS_FOR_COMMENT_SHORT |
static int |
MAX_CHARS_FOR_REPORT_LEVEL_SHORT |
boolean |
outputServiceResultDB |
boolean |
reportPayloadsAsXML |
boolean |
reportResourceManagerSummary |
boolean |
reportResponseRaw |
static String |
RUN_OPTIONS_FILENAME |
boolean |
skipMutators |
boolean |
skipMutatorsOnFailure |
int |
socketTimeout |
Constructor and Description |
---|
RunOptions() |
Modifier and Type | Method and Description |
---|---|
void |
addRunOptions(org.dom4j.Node runOptionsNode,
String context) |
boolean |
breakNow(Alert alert) |
boolean |
breakNow(List<Alert> alerts) |
protected void |
setCondensedHeadersString(String sCondensedHeaders) |
String |
toHTML() |
String |
toString() |
public static final int MAX_CHARS_FOR_REPORT_LEVEL_SHORT
public static final int MAX_CHARS_FOR_COMMENT_SHORT
public static final String DEFAULT_CONDENSE_HEADERS
public RunOptions.EVAL_REPORT_LEVEL evalReportLevel
public static final String RUN_OPTIONS_FILENAME
public int connectionTimeout
public int socketTimeout
public boolean errorsBecomeEmptyStrings
public Alert.LEVEL acceptAlertLevel
public boolean skipMutators
public boolean skipMutatorsOnFailure
public boolean dumpMasterSummary
public boolean dumpRunOptions
public boolean dumpResourceManagerSummary
public boolean dumpJavascriptEvals
public boolean reportResourceManagerSummary
public boolean reportResponseRaw
public boolean reportPayloadsAsXML
public boolean failTestOnErrors
public boolean failTestOnWarnings
public boolean outputServiceResultDB
public boolean emitRestReplayHeaders
Copyright © 2016. All rights reserved.