integer

fun <S> integer(    name: String,     min: Int = -Int.MAX_VALUE,     max: Int = Int.MAX_VALUE): DefaultArgumentConstructor<S, IntegerArgumentType>

Creates an integer argument with name as the parameter name.

Author

Oliver-makes-code (Emma)

Parameters

min

the minimum value.

max

the maximum value.