| Package | Description |
|---|---|
| org.cthul.fixsure | |
| org.cthul.fixsure.generators.value |
| Modifier and Type | Method and Description |
|---|---|
static <T> ConstantValue<T> |
Fixsure.constant(T value)
Creates an unbounded sequence of only one value.
|
static <T> ConstantValue<T> |
Fixsure.nullValues()
Returns an unbounded sequence of
null values |
| Modifier and Type | Method and Description |
|---|---|
static <T> ConstantValue<T> |
ConstantValue.constant(T value)
Creates an unbounded sequence of only one value.
|
static <T> ConstantValue<T> |
ConstantValue.nullValues()
Returns an unbounded sequence of
null values |
Copyright © 2019. All rights reserved.