skip

val skip: Int? = null(source)

Influences an ArgsGeneratorToArgumentsConverter's choice of how many values should be skipped (dropped), i.e. allows to skip certain test cases.

It also affects the helper methods SemiOrderedArgsGenerator.generateAndTakeBasedOnDecider, ArbArgsGenerator.generateAndTake and co.

Must be greater than 0 if set.

🔍 Typically used with a fixed seed (i.e. during debugging). In such cases you might want to set maxArgs as well to restrict how many test cases shall be generated (after skipping).

Note, you are not allowed to set skip via variist.properties (which is usually committed), use variist.local.properties instead (which is usually on the git ignore list).