Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/StackWalker/
DGetCallerClassTest.java53 private final boolean expectUOE; field in GetCallerClassTest
57 this.expectUOE = expect; in GetCallerClassTest()
109 boolean expectUOE) { in staticGetCallerClass() argument
113 if (expectUOE) { // Should have thrown in staticGetCallerClass()
117 if (expectUOE && causeIsUOE(e)) { in staticGetCallerClass()
127 boolean expectUOE) { in reflectiveGetCallerClass() argument
132 if (expectUOE) { // Should have thrown in reflectiveGetCallerClass()
136 if (expectUOE && causeIsUOE(e)) { in reflectiveGetCallerClass()
146 boolean expectUOE) { in methodHandleGetCallerClass() argument
153 if (expectUOE) { // Should have thrown in methodHandleGetCallerClass()
[all …]