Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DSelectFormatAPITest.java151 boolean threwException = false; in TestFormat()
156 threwException = true; in TestFormat()
158 assertTrue("Did not throw IllegalArgumentException.", threwException); in TestFormat()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DSelectFormatAPITest.java154 boolean threwException = false; in TestFormat()
159 threwException = true; in TestFormat()
161 assertTrue("Did not throw IllegalArgumentException.", threwException); in TestFormat()
/external/mockito/src/main/java/org/mockito/listeners/
DMethodInvocationReport.java37 boolean threwException(); in threwException() method
/external/mockito/src/main/java/org/mockito/internal/debugging/
DVerboseMockInvocationLogger.java42 if (methodInvocationReport.threwException()) { in printReturnedValueOrThrowable()
/external/mockito/src/main/java/org/mockito/internal/handler/
DNotifiedMethodInvocationReport.java60 public boolean threwException() { in threwException() method in NotifiedMethodInvocationReport