| This testcase exercises ObjectReference.EnableCollection command.
The test starts EnableCollectionDebuggee class, gets objectID
as value of static field of this class which (field) represents checked object.
Then for this objectID test executes ObjectReference::DisableCollection command
and ObjectReference.EnableCollection command. After that Debuggee tries to
unload checked object and checks if checked object is unloaded.
If so the test passes. Otherwise it fails in case when pattern object is unloaded.
|