Searched refs:expectsException (Results 1 – 3 of 3) sorted by relevance
109 if (testMethod.expectsException()) { in runTestMethod()116 } else if (!testMethod.expectsException()) { in runTestMethod()
55 boolean expectsException() { in expectsException() method in TestMethod
302 return expectsException(annotation) ? new ExpectException(next, in possiblyExpectingExceptions()427 private boolean expectsException(Test annotation) { in expectsException() method in BlockJUnit4ClassRunner