| 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>
Deprecated.
This was introduced to alleviate the difficulties of old
Theory methods with many parameters,
and will likely go away. |
class |
Fields<T>
Deprecated.
This was introduced to alleviate the difficulties of old
Theory methods with many parameters,
and will likely go away. |
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 |
LambdaGenerator<T,U> |
class |
ZilchGenerator |
Copyright © 2016. All rights reserved.