Annotation 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
    Modifier and Type
    Optional Element
    Description
    Class<? extends de.cuioss.test.generator.TypedGenerator<?>>[]
     
  • Element Details

    • value

      Class<? extends de.cuioss.test.generator.TypedGenerator<?>>[] value
      Returns:
      one or an array of TypedGenerator. This is the standard usage for this annotation.
      Default:
      {}