Searched refs:threwException (Results 1 – 5 of 5) sorted by relevance
151 boolean threwException = false; in TestFormat()156 threwException = true; in TestFormat()158 assertTrue("Did not throw IllegalArgumentException.", threwException); in TestFormat()
154 boolean threwException = false; in TestFormat()159 threwException = true; in TestFormat()161 assertTrue("Did not throw IllegalArgumentException.", threwException); in TestFormat()
37 boolean threwException(); in threwException() method
42 if (methodInvocationReport.threwException()) { in printReturnedValueOrThrowable()
60 public boolean threwException() { in threwException() method in NotifiedMethodInvocationReport