testDisposeObjects001() This testcase exercises VirtualMachine.DisposeObjects command.
At first the test starts HelloWorld debuggee.
Then the test performs VirtualMachine.CreateString command
for some string and checks that VirtualMachine.DisposeObjects command
for returned by CreateString command stringID with refCount = 0
does not dispose that stringID - ObjectReference::ReferenceType
command should return some referenceTypeID without any error.
Then the test check that repeated VirtualMachine.DisposeObjects command
with refCount = 1 disposes that stringID - ObjectReference::ReferenceType
command should return INVALID_OBJECT error.
This testcase exercises VirtualMachine.DisposeObjects command.
At first the test starts HelloWorld debuggee.
Then the test performs VirtualMachine.CreateString command
for some string and checks that VirtualMachine.DisposeObjects command
for returned by CreateString command stringID with refCount = 0
does not dispose that stringID - ObjectReference::ReferenceType
command should return some referenceTypeID without any error.
Then the test check that repeated VirtualMachine.DisposeObjects command
with refCount = 1 disposes that stringID - ObjectReference::ReferenceType
command should return INVALID_OBJECT error.
Fields inherited from org.apache.harmony.jpda.tests.jdwp.share.JDWPSyncTestCase