Uses of Class
dev.orne.test.rnd.params.ConstructorGenerator
Packages that use ConstructorGenerator
-
Uses of ConstructorGenerator in dev.orne.test.rnd.params
Methods in dev.orne.test.rnd.params that return ConstructorGeneratorModifier and TypeMethodDescriptionstatic <T> ConstructorGenerator<T>
ConstructorGenerator.of
(@NotNull Constructor<T> constructor) Creates a new instance that will call the specified constructor.static <T> ConstructorGenerator<T>
ExecutableGenerator.of
(@NotNull Constructor<T> constructor) Creates a new instance that will call the specified constructor.