Home
last modified time | relevance | path

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

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
DJDWPStackFrameAccessTest.java254 Frame.Variable testVarInfo = getVariableInfo(variables, variableName); in checkStackFrame() local
255 assertNotNull("No variable info for \"" + variableName + "\"", testVarInfo); in checkStackFrame()
268 testVarInfo.getSlot(), expectedValue.getTag()); in checkStackFrame()
277 testVarInfo.getSlot(), newValue); in checkStackFrame()
281 testVarInfo.getSlot(), newValue.getTag()); in checkStackFrame()