-
- All Implemented Interfaces:
public abstract class UniqueDataProvider
-
-
Constructor Summary
Constructors Constructor Description UniqueDataProvider()
-
Method Summary
Modifier and Type Method Description abstract UnitdisableAll()Disables "unique generation" for all providers that were configured to return unique values. abstract UnitclearAll()Clears the already returned (used) unique values so that they can again be returned. -
-
Method Detail
-
disableAll
abstract Unit disableAll()
Disables "unique generation" for all providers that were configured to return unique values.
-
-
-
-