Class RunnerThreadGroup

java.lang.Object
java.lang.ThreadGroup
com.carrotsearch.randomizedtesting.RunnerThreadGroup
All Implemented Interfaces:
Thread.UncaughtExceptionHandler

final class RunnerThreadGroup extends ThreadGroup
A ThreadGroup under which all tests (and hooks) are executed. Theoretically, there should be no thread outside of this group's control.