Module de.cuioss.test.generator
Class ExcludingGenerator<T>
java.lang.Object
de.cuioss.test.generator.internal.net.java.quickcheck.generator.support.VetoableGenerator<T>
de.cuioss.test.generator.internal.net.java.quickcheck.generator.support.ExcludingGenerator<T>
- All Implemented Interfaces:
Generator<T>
-
Field Summary
Fields inherited from class de.cuioss.test.generator.internal.net.java.quickcheck.generator.support.VetoableGenerator
DEFAULT_MAX_TRIES, MIN_TRIES -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.cuioss.test.generator.internal.net.java.quickcheck.generator.support.VetoableGenerator
next
-
Constructor Details
-
ExcludingGenerator
-
-
Method Details
-
tryValue
- Specified by:
tryValuein classVetoableGenerator<T>- Returns:
- true to accept the current value.
-