Searched refs:expectUOE (Results 1 – 1 of 1) sorted by relevance
53 private final boolean expectUOE; field in GetCallerClassTest57 this.expectUOE = expect; in GetCallerClassTest()109 boolean expectUOE) { in staticGetCallerClass() argument113 if (expectUOE) { // Should have thrown in staticGetCallerClass()117 if (expectUOE && causeIsUOE(e)) { in staticGetCallerClass()127 boolean expectUOE) { in reflectiveGetCallerClass() argument132 if (expectUOE) { // Should have thrown in reflectiveGetCallerClass()136 if (expectUOE && causeIsUOE(e)) { in reflectiveGetCallerClass()146 boolean expectUOE) { in methodHandleGetCallerClass() argument153 if (expectUOE) { // Should have thrown in methodHandleGetCallerClass()[all …]