enum class Key: Enum<Key>

Keys for unique data provider to simplify resetting unique values via RandomProvider.clear function.

EnumItems

Name Description
NEXT_INT

Key for nextInt function

RANDOM_VALUE

Key for randomValue function

NEXT_LETTER

Key for nextLetter function

RANDOM_STRING

Key for randomString function

NEXT_LONG

Key for nextLong function

NEXT_FLOAT

Key for nextFloat function

NEXT_DOUBLE

Key for nextDouble function

NEXT_CHAR

Key for nextChar function

NEXT_ENUM

Key for nextEnum function

NEXT_UUID

Key for nextUUID function

RANDOM_SUBLIST

Key for randomSublist function

RANDOM_SUBSET

Key for randomSubset function

RANDOM_DATE

Key for randomDate function