Uses of Class
dev.orne.test.rnd.params.ExecutableGenerator
Packages that use ExecutableGenerator
Package
Description
Package for built in
Generator
implementations.Package for parameterizable generators system.
-
Uses of ExecutableGenerator in dev.orne.test.rnd.generators
Methods in dev.orne.test.rnd.generators that return ExecutableGeneratorModifier and TypeMethodDescriptionprotected <T> ExecutableGenerator<T>
AnnotatedMethodGenerator.findDeclaredConstructor
(@NotNull Class<T> targetType) Finds a constructor annotated withGeneratorMethod
in the specified target class.protected <T> ExecutableGenerator<T>
AnnotatedMethodGenerator.findDeclaredMethod
(@NotNull Class<T> targetType) Finds a method annotated withGeneratorMethod
in the specified target class. -
Uses of ExecutableGenerator in dev.orne.test.rnd.params
Subclasses of ExecutableGenerator in dev.orne.test.rnd.paramsModifier and TypeClassDescriptionclass
Generator that calls a constructor with generated parameters to generate values of the target type.class
Generator that calls a static factory method with generated parameters to generate values of the target type.