Annotation Interface TigerTest
@Target(METHOD)
@Retention(RUNTIME)
@Documented
@Inherited
@ExtendWith(TigerExtension.class)
public @interface TigerTest
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionString[]Define additional properties to be added to the configuration.Define a config-file to initialize the test environment.booleanDefine the test-environment to use directly as a tiger.yaml-fragment.
-
Element Details
-
cfgFilePath
String cfgFilePathDefine 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 tigerYamlDefine 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[] additionalPropertiesDefine additional properties to be added to the configuration. Format: "key=value"- Returns:
- Default:
- {}
-
skipEnvironmentSetup
boolean skipEnvironmentSetup- Default:
- false
-