Annotation Interface TigerTest


@Target(METHOD) @Retention(RUNTIME) @Documented @Inherited @ExtendWith(TigerExtension.class) public @interface TigerTest
  • Element Details

    • cfgFilePath

      String cfgFilePath
      Define a config-file to initialize the test environment. This has to be a file-path to a valid tiger.yaml-file.
      Returns:
      Default:
      ""
    • tigerYaml

      String tigerYaml
      Define the test-environment to use directly as a tiger.yaml-fragment. If both the cfgFilePath and the tigerYaml are defined the properties defined in the tigerYaml take precedence.
      Returns:
      Default:
      ""
    • additionalProperties

      String[] additionalProperties
      Define additional properties to be added to the configuration. Format: "key=value"
      Returns:
      Default:
      {}
    • skipEnvironmentSetup

      boolean skipEnvironmentSetup
      Default:
      false