| org.apache.harmony.jpda.tests.jdwp.Events.JDWPEventTestCase org.apache.harmony.jpda.tests.jdwp.Events.FieldModification002Test
FieldModification002Test | public class FieldModification002Test extends JDWPEventTestCase (Code) | | JDWP Unit test for FIELD_MODIFICATION event.
|
getDebuggeeClassName | protected String getDebuggeeClassName()(Code) | | |
hookFieldModification | public void hookFieldModification(String classSignature, String fieldName, byte expectedTag)(Code) | | Sets FIELD_MODIFICATION breakpoint,
synchrinizes debuggee,
expects field notification event,
verifies new value assigned to the field
and clears set breakpoint.
Parameters: classSignature - signature of class containing the given field Parameters: fieldName - the name of field to break on modification Parameters: expectedTag - expected type tag of new values assigned to the field |
testFieldModifyEvent | public void testFieldModifyEvent()(Code) | | This testcase is for FIELD_MODIFICATION event.
It FieldModification002Debuggee that modifies the value of its own fields
and verifies that requested FIELD_MODIFICATION events occur and
correct type tag is returned for each event.
|
Methods inherited from org.apache.harmony.jpda.tests.jdwp.Events.JDWPEventTestCase | protected String getDebuggeeClassName()(Code)(Java Doc)
|
|
|