Uses of Interface
dev.orne.test.rnd.params.TargetedGenerator
Packages that use TargetedGenerator
-
Uses of TargetedGenerator in dev.orne.test.rnd.params
Classes in dev.orne.test.rnd.params that implement TargetedGeneratorModifier and TypeClassDescriptionclass
Abstract implementation ofTargetedGenerator
.class
Implementation ofTargetedGenerator
that generates random values of the target constructor parameter type.class
Implementation ofTargetedGenerator
that generates random values of the target method parameter type.class
Implementation ofTargetedGenerator
that generates random values of the target method return type.class
Implementation ofTargetedGenerator
that generates random values of the target parameter type.class
Implementation ofTargetedGenerator
that generates random values of the type a target property.Methods in dev.orne.test.rnd.params that return TargetedGeneratorModifier and TypeMethodDescription@NotNull TargetedGenerator<?>[]
ExecutableGenerator.getParameterGenerators()
Returns the generator for the executable parameters.Constructors in dev.orne.test.rnd.params with parameters of type TargetedGeneratorModifierConstructorDescriptionprotected
ConstructorGenerator
(@NotNull Constructor<T> constructor, @NotNull TargetedGenerator<?>[] paramGenerators) Creates a new instance.protected
ExecutableGenerator
(@NotNull Class<T> type, @NotNull Executable executable, @NotNull TargetedGenerator<?>[] paramGenerators) Creates a new instance.protected
FactoryMethodGenerator
(@NotNull Class<T> type, @NotNull Method method, @NotNull TargetedGenerator<?>[] paramGenerators) Creates a new instance.