Package dev.orne.test.rnd
package dev.orne.test.rnd
Base package for random value generators system.
For usage see the Generators
class javadoc.
- Since:
- 0.1
- See Also:
-
ClassDescriptionAbstract basic implementation of
Generator
.Abstract implementation ofTypedGenerator
.Exception for error occurred during instances generation.Interface for random value generators.Annotation for class constructor or static method to be used to create new random instances of a class.Exception throw byGenerators
when value generation is requested but no suitable generator is found for the required type.Main entry point for random value generation system.Cache value for missing generators for a value type.Annotation for generators priority.Extension ofGenerator
for generators that only provide one type of values.Exception thrown byGenerator
instances when a value of an unsupported type is requested.