org.apache.harmony.jpda.tests.jdwp.share .JDWPSyncTestCase org.apache.harmony.jpda.tests.jdwp.ArrayReference .SetValues002Test SetValues002Test public class SetValues002Test extends JDWPSyncTestCase (Code) JDWP unit test for ArrayReference.SetValues command with specific values.
Method Summary protected String getDebuggeeClassName () Returns full name of debuggee class which is used by this test.public static voidmain (String [] args) Starts this test by junit.textui.TestRunner.run() method.public voidtestSetValues002 () This testcase exercises ArrayReference.SetValues command for
array of elements of referenceType with value=null.
debuggeeSignature final static String debuggeeSignature (Code)
testStatusFailed final static int testStatusFailed (Code)
testStatusPassed final static int testStatusPassed (Code)
getDebuggeeClassName protected String getDebuggeeClassName()(Code) Returns full name of debuggee class which is used by this test.
full name of debuggee class.
main public static void main(String [] args)(Code) Starts this test by junit.textui.TestRunner.run() method.
testSetValues002 public void testSetValues002()(Code) This testcase exercises ArrayReference.SetValues command for
array of elements of referenceType with value=null.
The test expects array element should be set by null value.