Searched refs:currentTestCase (Results 1 – 1 of 1) sorted by relevance
219 static volatile TestCase currentTestCase; field in JSR166TestCase228 for (TestCase lastTestCase = currentTestCase;;) {231 if (lastTestCase == currentTestCase) {245 lastTestCase = currentTestCase;263 currentTestCase = this; in runBare()