Class IgnoreExceptionGenerator<T>
java.lang.Object
net.jqwik.engine.properties.arbitraries.randomized.IgnoreExceptionGenerator<T>
- All Implemented Interfaces:
net.jqwik.api.RandomGenerator<T>
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.jqwik.api.RandomGenerator
net.jqwik.api.RandomGenerator.RandomGeneratorFacade -
Constructor Summary
ConstructorsConstructorDescriptionIgnoreExceptionGenerator(net.jqwik.api.RandomGenerator<T> base, Class<? extends Throwable>[] exceptionTypes, int maxThrows) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.jqwik.api.RandomGenerator
collect, dontShrink, filter, flatMap, flatMap, ignoreExceptions, injectDuplicates, map, mapShrinkable, stream, withEdgeCases
-
Constructor Details
-
IgnoreExceptionGenerator
-
-
Method Details
-
next
- Specified by:
nextin interfacenet.jqwik.api.RandomGenerator<T>
-