Variist Config
The configuration of Variist which steers the generation of values.
Since
2.0.0
Constructors
Properties
Defines which ArgsRangeDecider shall be used identified via fully qualified name. Per default, the corresponding class is loaded via java.util.ServiceLoader.
Defines on which environment you want to run tests. The chosen name needs to be configured in testProfiles.
Defines which SuffixArgsGeneratorDecider shall be used identified via fully qualified name. Per default, the corresponding class is loaded via java.util.ServiceLoader.
Defines which test profile is chosen in case none is specified via ArgsRangeOptions.profile. The chosen name needs to be configured in testProfiles.
Should influence an ArgsRangeDecider's choice of ArgsRange.take, signaling that it should not be greater than the specified amount.
Influences an ArgsRangeDecider's choice of ArgsRange.take, signaling that it should be at least the specified amount, unless the ArgsGenerator repeats values beforehand.
Influences an ArgsRangeDecider's choice of ArgsRange.offset, i.e. allows to skip certain test cases.
Allows to define different profiles with different associated TestConfig per env.