Annotation Type TigerTest
-
@Target(METHOD) @Retention(RUNTIME) @Documented @Inherited @ExtendWith(TigerExtension.class) public @interface TigerTest
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description String[]additionalPropertiesDefine additional properties to be added to the configuration.StringcfgFilePathDefine a config-file to initialize the test environment.booleanskipEnvironmentSetupStringtigerYamlDefine the test-environment to use directly as a tiger.yaml-fragment.
-
-
-
Element Detail
-
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:
- {}
-
-