Home | History | Annotate | Download | only in web

Lines Matching refs:testNum

29                 testSummary[testID] = testSummaryNum[testID] = testDone[testID] = testNum[testID] = 0;
78 testNum[curID]++;
224 var testNum = {};
545 // testDone, testNum, testSummary
547 testNum[ result ] = 1;
714 var per = (testDone[data.curID] / (testNum[data.curID] * numTests)) * 100;