| This testcase exercises VirtualMachine.RedefineClasses command.
At first the test starts RedefineClassesDebuggee which invokes
the 'testMethod()' of RedefineClass_Debuggee class and prints the string
returned by this method before redefining.
Then the test performs VirtualMachine.RedefineClasses command
for RedefineClass_Debuggee class - the 'testMethod()' is redefined.
Next, the debuggee invokes the 'testMethod()' again and it is expected
that the method returns another resulting string.
The test checks that this resulting string is expected string.
|