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 TypeClassDescriptionclassAbstract implementation ofTargetedGenerator.classImplementation ofTargetedGeneratorthat generates random values of the target constructor parameter type.classImplementation ofTargetedGeneratorthat generates random values of the target method parameter type.classImplementation ofTargetedGeneratorthat generates random values of the target method return type.classImplementation ofTargetedGeneratorthat generates random values of the target parameter type.classImplementation ofTargetedGeneratorthat 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 TargetedGeneratorModifierConstructorDescriptionprotectedConstructorGenerator(@NotNull Constructor<T> constructor, @NotNull TargetedGenerator<?>[] paramGenerators) Creates a new instance.protectedExecutableGenerator(@NotNull Class<T> type, @NotNull Executable executable, @NotNull TargetedGenerator<?>[] paramGenerators) Creates a new instance.protectedFactoryMethodGenerator(@NotNull Class<T> type, @NotNull Method method, @NotNull TargetedGenerator<?>[] paramGenerators) Creates a new instance.