Class RandomizedContext.PerThreadResources
- java.lang.Object
-
- com.carrotsearch.randomizedtesting.RandomizedContext.PerThreadResources
-
- Enclosing class:
- RandomizedContext
private static final class RandomizedContext.PerThreadResources extends java.lang.Object
Per thread assigned resources.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.util.ArrayDeque<Randomness>
randomnesses
Generators of pseudo-randomness.
-
Constructor Summary
Constructors Modifier Constructor Description private
PerThreadResources()
-
-
-
Field Detail
-
randomnesses
final java.util.ArrayDeque<Randomness> randomnesses
Generators of pseudo-randomness. This is a queue because we stack them during lifecycle phases (suite/ method level).
-
-