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