@Documented
@Retention(value=RUNTIME)
@Target(value=TYPE)
@Inherited
public @interface TestContextRandomSupplier
Random instances for the RandomizedContext. The supplier class must declare
a public no-arg constructor.| Modifier and Type | Required Element and Description |
|---|---|
java.lang.Class<? extends RandomSupplier> |
value |
public abstract java.lang.Class<? extends RandomSupplier> value
Copyright © 2011–2018 Carrot Search s.c.. All rights reserved.