public final class Containers
extends java.lang.Object
HashContainers| Modifier and Type | Field | Description |
|---|---|---|
static int |
DEFAULT_EXPECTED_ELEMENTS |
The default number of expected elements for containers.
|
| Modifier and Type | Method | Description |
|---|---|---|
static long |
randomSeed64() |
Provides a (possibly) random initial seed for randomized stuff.
|
public static final int DEFAULT_EXPECTED_ELEMENTS
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.Copyright © 2018 Carrot Search s.c.. All Rights Reserved.