Home
last modified time | relevance | path

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

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
DForceEarlyReturn002Test.java35 static final long EXPECTED_LONG = 100; field in ForceEarlyReturn002Test
90 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()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DMethodExitWithReturnValueDebuggee.java50 public static final long EXPECTED_LONG = 0523l; field in MethodExitWithReturnValueDebuggee
88 return EXPECTED_LONG; in longMethod()
DMethodExitWithReturnValueTest.java222 MethodExitWithReturnValueDebuggee.EXPECTED_LONG, l); in runMethodExitWithReturn()