Class IgnoreExceptionExhaustiveGenerator<T>
java.lang.Object
net.jqwik.engine.properties.arbitraries.exhaustive.IgnoreExceptionExhaustiveGenerator<T>
- All Implemented Interfaces:
Iterable<T>,net.jqwik.api.ExhaustiveGenerator<T>
public class IgnoreExceptionExhaustiveGenerator<T>
extends Object
implements net.jqwik.api.ExhaustiveGenerator<T>
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.jqwik.api.ExhaustiveGenerator
net.jqwik.api.ExhaustiveGenerator.ExhaustiveGeneratorFacade -
Field Summary
Fields inherited from interface net.jqwik.api.ExhaustiveGenerator
MAXIMUM_SAMPLES_TO_GENERATE -
Constructor Summary
ConstructorsConstructorDescriptionIgnoreExceptionExhaustiveGenerator(net.jqwik.api.ExhaustiveGenerator<T> toFilter, Class<? extends Throwable> exceptionType) -
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.ExhaustiveGenerator
filter, ignoreException, injectNull, mapMethods inherited from interface java.lang.Iterable
forEach, spliterator