public class GeneratorsKt
Modifier and Type | Method and Description |
---|---|
static <A> java.util.List<A> |
generateList(com.pholser.junit.quickcheck.generator.Generator<A> $receiver,
com.pholser.junit.quickcheck.random.SourceOfRandomness random,
com.pholser.junit.quickcheck.generator.GenerationStatus status)
Generators for quickcheck
|
public static <A> java.util.List<A> generateList(com.pholser.junit.quickcheck.generator.Generator<A> $receiver, com.pholser.junit.quickcheck.random.SourceOfRandomness random, com.pholser.junit.quickcheck.generator.GenerationStatus status)
Generators for quickcheck
TODO Split this into several files