Annotation Type TestContextRandomSupplier


@Documented @Retention(RUNTIME) @Target(TYPE) @Inherited public @interface TestContextRandomSupplier
A supplier of Random instances for the RandomizedContext. The supplier class must declare a public no-arg constructor.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description