public abstract static class DriverConstant.SafsDirectories
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DEFAULT_BENCHDIR
'Benchmarks' the default folder where the test benchmarks are stored.
|
static java.lang.String |
DEFAULT_DATADIR
'Maps' the default folder where the test data (something likes Map, Map-Order files) is stored.
|
static java.lang.String |
DEFAULT_DIFFDIR
'Diffs' the default folder where the test diff results will go.
|
static java.lang.String |
DEFAULT_LOGDIR
'Logs' the default folder where the test logs will go.
|
static java.lang.String |
DEFAULT_TESTDIR
'Actuals' the default folder where the test results will go.
|
static java.lang.String |
ITEM_BENCHDIR
"BENCHDIR" defines the name of folder where the test benchmarks are stored.
Examples: [SAFS_DIRECTORIES] BENCHDIR=Benchmarks |
static java.lang.String |
ITEM_DATADIR
"DATADIR" defines the name of folder where the test data (something likes Map, Map-Order files) is stored.
Examples: [SAFS_DIRECTORIES] DATADIR=Maps |
static java.lang.String |
ITEM_DIFFDIR
"DIFFDIR" defines the name of folder where the test differences will go.
Examples: [SAFS_DIRECTORIES] DIFFDIR=Diffs |
static java.lang.String |
ITEM_LOGDIR
"LOGDIR" defines the name of folder where the test logs will go.
Examples: [SAFS_DIRECTORIES] LOGDIR=Logs |
static java.lang.String |
ITEM_TESTDIR
"TESTDIR" defines the name of folder where the test results will go.
Examples: [SAFS_DIRECTORIES] TESTDIR=Actuals |
static java.lang.String |
SECTION_NAME
"SAFS_DIRECTORIES"
Predefined "section" of a SAFS Test Directories. |
Constructor and Description |
---|
SafsDirectories() |
public static final java.lang.String SECTION_NAME
public static final java.lang.String DEFAULT_TESTDIR
public static final java.lang.String DEFAULT_DIFFDIR
public static final java.lang.String DEFAULT_BENCHDIR
public static final java.lang.String DEFAULT_LOGDIR
public static final java.lang.String DEFAULT_DATADIR
public static final java.lang.String ITEM_TESTDIR
public static final java.lang.String ITEM_DIFFDIR
public static final java.lang.String ITEM_BENCHDIR
public static final java.lang.String ITEM_LOGDIR
public static final java.lang.String ITEM_DATADIR
Copyright © SAS Institute. All Rights Reserved.