public final class Containers
extends java.lang.Object
HashContainers| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_EXPECTED_ELEMENTS
The default number of expected elements for containers.
|
private static java.lang.String |
NOT_AVAILABLE
Unique marker for
testsSeedProperty. |
private static java.lang.String |
testsSeedProperty
External initial seed value.
|
| Modifier | Constructor and Description |
|---|---|
private |
Containers() |
| Modifier and Type | Method and Description |
|---|---|
static long |
randomSeed64()
Provides a (possibly) random initial seed for randomized stuff.
|
(package private) static void |
test$reset()
Reset state for tests.
|
public static final int DEFAULT_EXPECTED_ELEMENTS
private static java.lang.String testsSeedProperty
randomSeed64()private static final java.lang.String NOT_AVAILABLE
testsSeedProperty.public static long randomSeed64()
tests.seed property is available and accessible,
the returned value will be derived from the value of that property
and will be constant to ensure reproducibility in presence of the
randomized testing package.static void test$reset()