Searched refs:EXPECTED_LONG (Results 1 – 3 of 3) sorted by relevance
35 static final long EXPECTED_LONG = 100; field in ForceEarlyReturn002Test90 forceEarlyReturnPacket.setNextValueAsValue(new Value(EXPECTED_LONG)); in testForceEarlyReturn_ReturnLong()108 if (!actualValue.equals(new Long(EXPECTED_LONG).toString())) { in testForceEarlyReturn_ReturnLong()111 + " expected:<" + EXPECTED_LONG + "> but was:<" in testForceEarlyReturn_ReturnLong()
50 public static final long EXPECTED_LONG = 0523l; field in MethodExitWithReturnValueDebuggee88 return EXPECTED_LONG; in longMethod()
222 MethodExitWithReturnValueDebuggee.EXPECTED_LONG, l); in runMethodExitWithReturn()