public abstract class Constants extends Object
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_DATE_RANGE
Default date range in which dates will be generated: [now - 10 years, now + 10 years].
|
static java.time.ZonedDateTime |
IN_TEN_YEARS
The date of ten years after the
REFERENCE_DATE . |
static int |
MAX_COLLECTION_SIZE
Maximum collection size.
|
static int |
MAX_OBJECT_POOL_SIZE
Maximum number of different objects to generate for a type.
|
static int |
MAX_RANDOMIZATION_DEPTH
Value for property maxRandomizationDepth, which mean, that randomization depth is unlimited
|
static byte |
MAX_STRING_LENGTH
Maximum string size.
|
static int |
MIN_COLLECTION_SIZE
Minimum collection size.
|
static byte |
MIN_STRING_LENGTH
Minimum string size.
|
static java.time.ZonedDateTime |
TEN_YEARS_AGO
The date of ten years before
REFERENCE_DATE . |
public static final int MIN_COLLECTION_SIZE
public static final int MAX_COLLECTION_SIZE
public static final int MAX_OBJECT_POOL_SIZE
public static final int MAX_RANDOMIZATION_DEPTH
public static final byte MAX_STRING_LENGTH
public static final byte MIN_STRING_LENGTH
public static final int DEFAULT_DATE_RANGE
public static final java.time.ZonedDateTime TEN_YEARS_AGO
REFERENCE_DATE
.public static final java.time.ZonedDateTime IN_TEN_YEARS
REFERENCE_DATE
.Copyright © 2016. All Rights Reserved.