Searched defs:EXPECTED_LONG (Results 1 - 2 of 2) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
H A DForceEarlyReturn002Test.java35 static final long EXPECTED_LONG = 100; field in class:ForceEarlyReturn002Test
81 forceEarlyReturnPacket.setNextValueAsValue(new Value(EXPECTED_LONG));
99 if (!actualValue.equals(new Long(EXPECTED_LONG).toString())) {
102 + " expected:<" + EXPECTED_LONG + "> but was:<"
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
H A DMethodExitWithReturnValueDebuggee.java50 public static final long EXPECTED_LONG = 0523l; field in class:MethodExitWithReturnValueDebuggee
88 return EXPECTED_LONG;

Completed in 70 milliseconds