| This testcase exercises VirtualMachine.ClassesBySignature command.
At first the test starts HelloWorld debuggee.
Then the test performs VirtualMachine.ClassesBySignature command
for signature of HelloWorld class and checks that:
- number of returned reference types is equal to 1;
- the JDWP command ReferenceType.Signature for
returned referenceTypeID returns the expected string signature;
- there are no extra data in the reply packet;
|