abstract class UniqueDataProvider: Any

Constructors

Name Description
constructor()

Methods

disableAll

abstract fun disableAll()

Disables "unique generation" for all providers that were configured to return unique values.

ReturnValue

Name Description
Unit

clearAll

abstract fun clearAll()

Clears the already returned (used) unique values so that they can again be returned.

ReturnValue

Name Description
Unit