Class WithNullExhaustiveGenerator<T>
- java.lang.Object
-
- net.jqwik.engine.properties.arbitraries.exhaustive.WithNullExhaustiveGenerator<T>
-
- All Implemented Interfaces:
java.lang.Iterable<T>,net.jqwik.api.ExhaustiveGenerator<T>
public class WithNullExhaustiveGenerator<T> extends java.lang.Object implements net.jqwik.api.ExhaustiveGenerator<T>
-
-
Constructor Summary
Constructors Constructor Description WithNullExhaustiveGenerator(net.jqwik.api.ExhaustiveGenerator<T> base)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Iterator<T>iterator()longmaxCount()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Constructor Detail
-
WithNullExhaustiveGenerator
public WithNullExhaustiveGenerator(net.jqwik.api.ExhaustiveGenerator<T> base)
-
-