public static final class QFTest.SystemProperties
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ARGUMENTS
Default arguments to use (as JSON array)
|
static java.lang.String |
LICENSE
The QF-Test license file or license content to use
|
static java.lang.String |
OPTIONS
Default options to use (as JSON object)
|
static java.lang.String |
REPORT_ARGS
Additional arguments to use for report generation (as JSON array)
|
static java.lang.String |
REPORT_DIR
The directory to store the report in
|
static java.lang.String |
RUNLOG_DIR
The directory to store the run log in
|
static java.lang.String |
RUNLOG_KEEP
Keep all run logs, even successful ones
|
static java.lang.String |
VARIABLES
Default variables to use (as JSON object)
|
static java.lang.String |
VERSION_DIR
The directory in which QF-Test is stored
|
| Constructor and Description |
|---|
SystemProperties() |
public static final java.lang.String RUNLOG_DIR
public static final java.lang.String RUNLOG_KEEP
public static final java.lang.String REPORT_DIR
public static final java.lang.String REPORT_ARGS
public static final java.lang.String VERSION_DIR
public static final java.lang.String LICENSE
public static final java.lang.String ARGUMENTS
public static final java.lang.String VARIABLES
public static final java.lang.String OPTIONS