Class Constants
java.lang.Object
org.hansken.plugin.extraction.test.util.Constants
Set of constants to be used and shared in the test framework implementation classes.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringPrefix for properties which are used to store data streams, in order to be able to retrieve data streams from aFLITS API trace.static final booleanWarning: the default value should always befalse.static final StringPrefix for properties which are used to store transformations, in order to be able to retrieve transformations from aFLITS API trace. -
Method Summary
-
Field Details
-
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:
-
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:
-
DEFAULT_VERBOSE_LOGGING_ENABLED
public static final boolean DEFAULT_VERBOSE_LOGGING_ENABLEDWarning: the default value should always befalse.trueshould only be used for testing purposes.- See Also:
-