VariistConfigBuilder

class VariistConfigBuilder(var seed: Int, var skip: Int?, var maxArgs: Int?, var requestedMinArgs: Int?, var activeArgsRangeDecider: String, var activeSuffixArgsGeneratorDecider: String, var activeEnv: String, var defaultProfile: String, var testProfiles: MutableList<Pair<String, MutableList<Pair<String, TestConfig>>>>)(source)

Builder to create a VariistConfig in a mutable way.

Since

2.0.0

Constructors

Link copied to clipboard
constructor(seed: Int, skip: Int?, maxArgs: Int?, requestedMinArgs: Int?, activeArgsRangeDecider: String, activeSuffixArgsGeneratorDecider: String, activeEnv: String, defaultProfile: String, testProfiles: MutableList<Pair<String, MutableList<Pair<String, TestConfig>>>>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var maxArgs: Int?
Link copied to clipboard
Link copied to clipboard
var seed: Int
Link copied to clipboard
var skip: Int?

Functions

Link copied to clipboard

Creates a VariistConfig based on this builder.