Searched refs:_e (Results 1 – 1 of 1) sorted by relevance
129 Throwable _e = null; in checkWithThrowable() local134 _e = e; in checkWithThrowable()137 assertNotNull(_e, String.format("%sNo throwable thrown. Expected %s", message, re)); in checkWithThrowable()138 …assertTrue(re.isInstance(_e), String.format("%sIncorrect throwable thrown, %s. Expected %s", messa… in checkWithThrowable()