Class Constants
- java.lang.Object
-
- org.hansken.plugin.extraction.test.util.Constants
-
public final class Constants extends Object
Set of constants to be used and shared in the test framework implementation classes.
-
-
Field Summary
Fields Modifier and Type Field Description static StringDATA_STREAM_NAME_PREFIXPrefix for properties which are used to store data streams, in order to be able to retrieve data streams from aFLITS API trace.static booleanDEFAULT_VERBOSE_LOGGING_ENABLEDWarning: the default value should always befalse.static StringTRANSFORMATIONS_PREFIXPrefix for properties which are used to store transformations, in order to be able to retrieve transformations from aFLITS API trace.
-
-
-
Field Detail
-
DATA_STREAM_NAME_PREFIX
public static final String DATA_STREAM_NAME_PREFIX
Prefix for properties which are used to store data streams, in order to be able to retrieve data streams from aFLITS API trace.- See Also:
- Constant Field Values
-
TRANSFORMATIONS_PREFIX
public static final String TRANSFORMATIONS_PREFIX
Prefix for properties which are used to store transformations, in order to be able to retrieve transformations from aFLITS API trace.- See Also:
- Constant Field Values
-
DEFAULT_VERBOSE_LOGGING_ENABLED
public static final boolean DEFAULT_VERBOSE_LOGGING_ENABLED
Warning: the default value should always befalse.trueshould only be used for testing purposes.- See Also:
- Constant Field Values
-
-