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 Details

    • 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:
    • 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:
    • 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: