| Package | Description |
|---|---|
| com.redfin.fuzzy | |
| com.redfin.fuzzy.cases |
| Modifier and Type | Method and Description |
|---|---|
static <X> Generator<X> |
Generator.of(Case<X>... cases) |
<X> Generator<X> |
Generator.GeneratorBuilder.of(Case<X>... cases) |
static <X> Generator<X> |
Generator.of(Subcase<X>... subcases) |
<X> Generator<X> |
Generator.GeneratorBuilder.of(Subcase<X>... subcases) |
static <X> Generator<X> |
Generator.of(X... literals) |
<X> Generator<X> |
Generator.GeneratorBuilder.of(X... literals) |
static <X> Generator<X> |
Generator.ofCases(Case<X>... cases) |
<X> Generator<X> |
Generator.GeneratorBuilder.ofCases(Case<X>... cases) |
| Modifier and Type | Method and Description |
|---|---|
static Map<Generator,Object> |
Context.valuesForCurrentIteration()
Returns a map of the objects that have been chosen for the various generators created by the current test
iteration.
|
| Modifier and Type | Method and Description |
|---|---|
int |
Generator.compareTo(Generator<T> o) |
| Modifier and Type | Method and Description |
|---|---|
Case<T> |
NumericCase.WithinChain.butExcludingValueOf(Generator<T> number) |
Case<T> |
NumericCase.greaterThanOrEqualTo(Generator<T> minInclusive) |
Case<T> |
NumericCase.lessThanOrEqualTo(Generator<T> maxInclusive) |
Case<T> |
NumericCase.WithinChain.of(Generator<T> number) |
Copyright © 2017 Redfin. All rights reserved.