private RandomizedContext(ThreadGroup group, Type suiteClass, RandomizedRunner runner) { this.threadGroup = group; this.suiteClass = suiteClass; this.runner = runner; }
static ThreadGroup() { Groups = new List <ThreadGroup>(); Root = new ThreadGroup("Root"); }