Annotation Interface PropertyGenerator
@Retention(RUNTIME)
@Target(TYPE)
@Repeatable(PropertyGenerators.class)
public @interface PropertyGenerator
Used for adding an additional
TypedGenerator
for the actual
test-class. This can be done defining one or more TypedGenerator
as
class, see value()
.- Author:
- Oliver Wolff
-
Optional Element Summary
Optional Elements
-
Element Details
-
value
- Returns:
- one or an array of
TypedGenerator
. This is the standard usage for this annotation.
- Default:
- {}
-