Package 

Class LocalUniqueDataProvider

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Unit disableAll() In this class the function works the same as clearAll implementation.
      Unit clearAll() Clears the already returned (used) unique values so that they can again be returned.
      final Unit clear(String name) Clears the already returned (used) unique values for the function with provided name.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • clearAll

         Unit clearAll()

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

      • clear

         final Unit clear(String name)

        Clears the already returned (used) unique values for the function with provided name.

        Example usage:

        address.unique.clear("country") // clear (reset) unique values for 'country' function