| This testcase exercises VirtualMachine.AllClasses command.
At first the test starts HelloWorld debuggee.
Then the test performs VirtualMachine.AllClasses command and checks that:
- number of reference types returned by command has
non-zero value;
- refTypeTag takes one of the TypeTag constants:
'CLASS', 'INTERFACE', 'ARRAY';
- length of the signature string is not zero and starts with 'L' or
'[' symbols;
- signature of at least one class contains the "HelloWorld" string;
- All data were read from reply packet;
|