HomeSort by relevance Sort by last modified time
    Searched full:expectedthrows (Results 1 - 2 of 2) sorted by null

  /art/test/014-math3/src/
Main.java 22 int expectedThrows = 2;
30 expectedThrows--;
35 expectedThrows--;
44 expectedThrows--;
49 expectedThrows--;
52 if (expectedThrows != 0)
53 System.out.println("HEY: expected throws is " + expectedThrows);
  /dalvik/tests/014-math3/src/
Main.java 22 int expectedThrows = 2;
30 expectedThrows--;
35 expectedThrows--;
44 expectedThrows--;
49 expectedThrows--;
52 if (expectedThrows != 0)
53 System.out.println("HEY: expected throws is " + expectedThrows);

Completed in 212 milliseconds