Home | History | Annotate | Download | only in jsr166

Lines Matching defs:currentTestCase

219     static volatile TestCase currentTestCase;
228 for (TestCase lastTestCase = currentTestCase;;) {
231 if (lastTestCase == currentTestCase) {
245 lastTestCase = currentTestCase;
263 currentTestCase = this;