| org.apache.harmony.jpda.tests.jdwp.StackFrame.JDWPStackFrameTestCase org.apache.harmony.jpda.tests.jdwp.StackFrame.SetValuesTest
varInfos | VarInfo[] varInfos(Code) | | |
checkVarTable | boolean checkVarTable(VarInfo[] varInfos)(Code) | | |
testSetValues001 | public void testSetValues001()(Code) | | This testcase exercises StackFrame.SetValues command.
The test starts StackTraceDebuggee, sets breakpoint at the beginning of
the tested method - 'nestledMethod3' and stops at the breakpoint.
Then the test performs Method.VariableTable command and checks
returned VariableTable.
Next, the test performs StackFrame.SetValues command and checks
result of this command with help of StackFrame.GetValues command -
returned values of variables should be equal to values which were set.
|
|
|