Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/invoke/VarHandles/
DVarHandleBaseTest.java129 Throwable _e = null; in checkWithThrowable() local
134 _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()