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