Searched refs:EXPECTED_INT (Results 1 – 3 of 3) sorted by relevance
48 public static final int EXPECTED_INT = 230; field in MethodExitWithReturnValueDebuggee83 return EXPECTED_INT; in intMethod()
217 MethodExitWithReturnValueDebuggee.EXPECTED_INT, i); in runMethodExitWithReturn()
42 static final int EXPECTED_INT = 5; field in ForceEarlyReturnTest162 expectedValue = new Value(EXPECTED_INT); in testForceEarlyReturn_ReturnInt()