| Package | Description |
|---|---|
| com.pholser.junit.quickcheck.generator |
| Modifier and Type | Method and Description |
|---|---|
<T> GenerationStatus |
GenerationStatus.setValue(GenerationStatus.Key<T> key,
T value)
Associates the given value with the given key for the duration of the
generation of a value for a property parameter, or until overwritten.
|
<T> Optional<T> |
GenerationStatus.valueOf(GenerationStatus.Key<T> key)
Retrieves the value associated with the given key.
|
Copyright © 2019. All rights reserved.