Searched refs:runners (Results 1 – 4 of 4) sorted by relevance
667 Thread[] runners = new Thread[numberOfThreads]; in runTest() local668 for (int r = 0; r < runners.length; r++) { in runTest()670 runners[r] = new Thread("Runner thread " + r) { in runTest()722 for (Thread runner : runners) { in runTest()742 for (int r = 0; r < runners.length; r++) { in runTest()743 runners[r].start(); in runTest()748 for (int r = 0; r < runners.length; r++) { in runTest()749 runners[r].join(); in runTest()
21 import org.junit.runners.Suite;
36 # We have a limited set of runners, so put the expiration time close to
37 import org.junit.runners.MethodSorters;