Package 

Class AbstractFakeDataProvider

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final T unique
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract T getUnique() An instance of T for generating unique values
      final Unit clear(String name) Clears used unique values for the function name of this provider.
      final Unit clearAll() Clears all used unique values of this provider.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • getUnique

         abstract T getUnique()

        An instance of T for generating unique values

      • clear

         final Unit clear(String name)

        Clears used unique values for the function name of this provider.

      • clearAll

         final Unit clearAll()

        Clears all used unique values of this provider.