Uses of Class
com.carrotsearch.randomizedtesting.RandomizedContext.PerThreadResources
Packages that use RandomizedContext.PerThreadResources
-
Uses of RandomizedContext.PerThreadResources in com.carrotsearch.randomizedtesting
Fields in com.carrotsearch.randomizedtesting with type parameters of type RandomizedContext.PerThreadResourcesModifier and TypeFieldDescription(package private) final WeakHashMap
<Thread, RandomizedContext.PerThreadResources> RandomizedContext.perThreadResources
Per thread resources for each context.Methods in com.carrotsearch.randomizedtesting that return RandomizedContext.PerThreadResourcesModifier and TypeMethodDescriptionRandomizedContext.getPerThread()
Return per-thread resources associated with the current thread.