Annotation Type TestContextRandomSupplier
-
@Documented @Retention(RUNTIME) @Target(TYPE) @Inherited public @interface TestContextRandomSupplier
A supplier ofRandom
instances for theRandomizedContext
. The supplier class must declare a public no-arg constructor.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Class<? extends RandomSupplier>
value
-
-
-
Element Detail
-
value
java.lang.Class<? extends RandomSupplier> value
-
-