Class Constants


  • public final class Constants
    extends Object
    Set of constants to be used and shared in the test framework implementation classes.
    • 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 a FLITS 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 a FLITS 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 be false.

        true should only be used for testing purposes.

        See Also:
        Constant Field Values