Package net.jqwik.api
Class EdgeCases.EdgeCasesFacade
- java.lang.Object
-
- net.jqwik.api.EdgeCases.EdgeCasesFacade
-
-
Constructor Summary
Constructors Constructor Description EdgeCasesFacade()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract <T> EdgeCases<T>
fromSuppliers(java.util.List<java.util.function.Supplier<Shrinkable<T>>> suppliers)
-
-
-
Method Detail
-
fromSuppliers
public abstract <T> EdgeCases<T> fromSuppliers(java.util.List<java.util.function.Supplier<Shrinkable<T>>> suppliers)
-
-