Class RandomSuppliers

java.lang.Object
com.netflix.genie.test.suppliers.RandomSuppliers

public final class RandomSuppliers extends Object
Supply random types.
Since:
3.0.0
  • Field Details

    • STRING

      public static final Supplier<String> STRING
      Get a random String.
    • INT

      public static final Supplier<Integer> INT
      Get a random integer.
    • LONG

      public static final Supplier<Long> LONG
      Get a random long.
    • INSTANT

      public static final Supplier<Instant> INSTANT
      Get a random instant.