Package | Description |
---|---|
com.carrotsearch.randomizedtesting |
Modifier and Type | Method and Description |
---|---|
Randomness |
RandomizedContext.getRandomness()
Source of randomness for the context's thread.
|
Modifier and Type | Method and Description |
---|---|
static String |
SeedUtils.formatSeedChain(Randomness... randomnesses)
Formats randomness seed or seeds into something the user can type in to get predictably repeatable
execution.
|
<T> T |
RandomizedContext.runWithPrivateRandomness(Randomness randomness,
Callable<T> callable)
Pushes the given randomness to the top of the stack, runs the
Callable and disposes
the randomness before the this method returns. |
Copyright © 2011–2017 Carrot Search s.c.. All rights reserved.