Uses of Class
dev.orne.test.rnd.GenerationException
Packages that use GenerationException
Package
Description
Base package for random value generators system.
Package for parameterizable generators system.
-
Uses of GenerationException in dev.orne.test.rnd
Subclasses of GenerationException in dev.orne.test.rndModifier and TypeClassDescriptionclassException throw byGeneratorswhen value generation is requested but no suitable generator is found for the required type.classException thrown byGeneratorinstances when a value of an unsupported type is requested. -
Uses of GenerationException in dev.orne.test.rnd.junit
Methods in dev.orne.test.rnd.junit that throw GenerationExceptionModifier and TypeMethodDescriptionvoidRandomValueExtension.beforeAll(@NotNull org.junit.jupiter.api.extension.ExtensionContext context) voidRandomValueExtension.beforeEach(@NotNull org.junit.jupiter.api.extension.ExtensionContext context) -
Uses of GenerationException in dev.orne.test.rnd.params
Subclasses of GenerationException in dev.orne.test.rnd.paramsModifier and TypeClassDescriptionclassException throw byGeneratorswhen parameters based value generation is requested but the suitable generator is not parameterizable.