Home
last modified time | relevance | path

Searched refs:expectedThrows (Results 1 – 1 of 1) sorted by relevance

/art/test/014-math3/src/
DMain.java22 int expectedThrows = 2; in math_014() local
30 expectedThrows--; in math_014()
35 expectedThrows--; in math_014()
44 expectedThrows--; in math_014()
49 expectedThrows--; in math_014()
52 if (expectedThrows != 0) in math_014()
53 System.out.println("HEY: expected throws is " + expectedThrows); in math_014()