Package net.jqwik.engine.properties
Class EdgeCasesGenerator
java.lang.Object
net.jqwik.engine.properties.EdgeCasesGenerator
-
Method Summary
Modifier and TypeMethodDescriptionstatic intcalculateBaseToEdgeCaseRatio(int genSize, int countEdgeCases) booleanhasNext()next()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining, remove
-
Method Details
-
calculateBaseToEdgeCaseRatio
public static int calculateBaseToEdgeCaseRatio(int genSize, int countEdgeCases) -
hasNext
public boolean hasNext() -
next
-