Uses of Class
com.carrotsearch.randomizedtesting.RunnerThreadGroup
-
Packages that use RunnerThreadGroup Package Description com.carrotsearch.randomizedtesting -
-
Uses of RunnerThreadGroup in com.carrotsearch.randomizedtesting
Fields in com.carrotsearch.randomizedtesting declared as RunnerThreadGroup Modifier and Type Field Description (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.
-