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
-
Element Details
-
value
Class<? extends RandomSupplier> value
-