| Package | Description |
|---|---|
| com.pholser.junit.quickcheck.generator | |
| com.pholser.junit.quickcheck.internal | |
| com.pholser.junit.quickcheck.internal.generator |
| Modifier and Type | Class and Description |
|---|---|
class |
ComponentizedGenerator<T>
Produces values for property parameters of types that have parameterizations
that would also need generation, such as collections, maps, and predicates.
|
class |
Ctor<T>
Produces instances of a class by generating values for the parameters of
one of the constructors on the class, and invoking the constructor.
|
class |
Fields<T>
Produces instances of a class by reflecting the class's fields and
generating random values for them.
|
class |
Generator<T>
Produces values for property parameters.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> List<List<T>> |
Lists.shrinksOfOneItem(SourceOfRandomness random,
List<T> target,
Shrink<T> shrink) |
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayGenerator |
class |
CompositeGenerator |
class |
EnumGenerator |
class |
ExhaustiveDomainGenerator |
class |
GuaranteeValuesGenerator |
class |
LambdaGenerator<T,U> |
class |
SamplingDomainGenerator |
class |
ZilchGenerator |
Copyright © 2019. All rights reserved.