Searched refs:negTests (Results 1 – 2 of 2) sorted by relevance
70 int posTests, negTests; field in InvokeGenericTest73 if (verbosity >= 2 && (posTests | negTests) != 0) { in printCounts()76 … if (negTests != 0) System.out.println("=== "+testName+": "+negTests+" negative test cases run"); in printCounts()78 allNegTests += negTests; in printCounts()79 posTests = negTests = 0; in printCounts()84 else ++negTests; 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()108 if (negTests != 0) System.out.println("=== "+negTests+" total negative test cases"); in tearDownClass()
81 int posTests, negTests; field in MethodHandlesTest85 if (verbosity >= 2 && (posTests | negTests) != 0) { in printCounts()88 … if (negTests != 0) System.out.println("=== "+testName+": "+negTests+" negative test cases run"); in printCounts()90 allNegTests += negTests; in printCounts()91 posTests = negTests = 0; in printCounts()97 else ++negTests; 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()123 if (negTests != 0) System.out.println("=== "+negTests+" total negative test cases"); in tearDownClass()