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

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
H A DForceEarlyReturn004Test.java32 static final double EXPECTED_DOUBLE = 2.4; field in class:ForceEarlyReturn004Test
91 forceEarlyReturnPacket.setNextValueAsValue(new Value(EXPECTED_DOUBLE));
109 if (!actualValue.equals(new Double(EXPECTED_DOUBLE).toString())) {
112 + " expected:<" + EXPECTED_DOUBLE + "> but was:<"
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
H A DMethodExitWithReturnValueDebuggee.java52 public static final double EXPECTED_DOUBLE = 5.23d; field in class:MethodExitWithReturnValueDebuggee
93 return EXPECTED_DOUBLE;

Completed in 108 milliseconds