Searched refs:posTests (Results 1 – 2 of 2) sorted by relevance
70 int posTests, negTests; field in InvokeGenericTest73 if (verbosity >= 2 && (posTests | negTests) != 0) { in printCounts()75 … if (posTests != 0) System.out.println("=== "+testName+": "+posTests+" positive test cases run"); in printCounts()77 allPosTests += posTests; in printCounts()79 posTests = negTests = 0; in printCounts()83 if (positive) ++posTests; in countTest()91 posTests = negTests = 0; in startTest()104 int posTests = allPosTests, negTests = allNegTests; in tearDownClass() local105 if (verbosity >= 2 && (posTests | negTests) != 0) { in tearDownClass()107 if (posTests != 0) System.out.println("=== "+posTests+" total positive test cases"); in tearDownClass()
81 int posTests, negTests; field in MethodHandlesTest85 if (verbosity >= 2 && (posTests | negTests) != 0) { in printCounts()87 … if (posTests != 0) System.out.println("=== "+testName+": "+posTests+" positive test cases run"); in printCounts()89 allPosTests += posTests; in printCounts()91 posTests = negTests = 0; in printCounts()96 if (positive) ++posTests; in countTest()106 posTests = negTests = 0; in startTest()119 int posTests = allPosTests, negTests = allNegTests; in tearDownClass() local120 if (verbosity >= 0 && (posTests | negTests) != 0) { in tearDownClass()122 if (posTests != 0) System.out.println("=== "+posTests+" total positive test cases"); in tearDownClass()