Uses of Class
com.carrotsearch.randomizedtesting.RandomizedContext.PerThreadResources
-
Packages that use RandomizedContext.PerThreadResources Package Description com.carrotsearch.randomizedtesting -
-
Uses of RandomizedContext.PerThreadResources in com.carrotsearch.randomizedtesting
Fields in com.carrotsearch.randomizedtesting with type parameters of type RandomizedContext.PerThreadResources Modifier and Type Field Description (package private) java.util.WeakHashMap<java.lang.Thread,RandomizedContext.PerThreadResources>
RandomizedContext. perThreadResources
Per thread resources for each context.Methods in com.carrotsearch.randomizedtesting that return RandomizedContext.PerThreadResources Modifier and Type Method Description private RandomizedContext.PerThreadResources
RandomizedContext. getPerThread()
Return per-thread resources associated with the current thread.
-