Searched refs:EXPECTED_CHAR (Results 1 – 3 of 3) sorted by relevance
46 public static final char EXPECTED_CHAR = 'B'; field in MethodExitWithReturnValueDebuggee78 return EXPECTED_CHAR; in charMethod()
212 MethodExitWithReturnValueDebuggee.EXPECTED_CHAR, c); in runMethodExitWithReturn()
46 static final char EXPECTED_CHAR = 'A'; field in ForceEarlyReturnTest210 expectedValue = new Value(EXPECTED_CHAR); in testForceEarlyReturn_ReturnChar()