Annotation Interface EnableGeneratorRegistry
@Documented
@Retention(RUNTIME)
@Target(TYPE)
@ExtendWith(GeneratorRegistryController.class)
public @interface EnableGeneratorRegistry
Enables the test-generator handling, see
GeneratorRegistry
for
details. The underlying extension GeneratorRegistryController
take
care on all runtime aspects of the handling in a junit-5 context.- Author:
- Oliver Wolff