Uses of Class
com.carrotsearch.randomizedtesting.RunnerThreadGroup
Packages that use RunnerThreadGroup
-
Uses of RunnerThreadGroup in com.carrotsearch.randomizedtesting
Fields in com.carrotsearch.randomizedtesting declared as RunnerThreadGroupModifier and TypeFieldDescription(package private) RunnerThreadGroup
RandomizedRunner.runnerThreadGroup
All tests are executed under a specified thread group so that we can have some control over how many threads have been started/ stopped.