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 TypeClassDescriptionclass
Exception throw byGenerators
when value generation is requested but no suitable generator is found for the required type.class
Exception thrown byGenerator
instances 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 TypeMethodDescriptionvoid
RandomValueExtension.beforeAll
(@NotNull org.junit.jupiter.api.extension.ExtensionContext context) void
RandomValueExtension.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 TypeClassDescriptionclass
Exception throw byGenerators
when parameters based value generation is requested but the suitable generator is not parameterizable.