Package 

Class UniqueDataProvider

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Unit disableAll() Disables "unique generation" for all providers that were configured to return unique values.
      abstract Unit clearAll() Clears the already returned (used) unique values so that they can again be returned.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • UniqueDataProvider

        UniqueDataProvider()
    • Method Detail

      • disableAll

         abstract Unit disableAll()

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

      • clearAll

         abstract Unit clearAll()

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