More tests for VirtualMachine.Resume command
Tests VirtualMachine.Resume does resume threads only if we perform this command as many times we performed VirtualMachine.Suspend command (testResume002). Tests VirtualMachine.Resume does nothing (and returns no error) if we did not perform any VirtualMachine.Suspend before (testResume003). Refactors VirtualMachine.Resume test to factorize code. Bug: 17974047 Change-Id: I26542b44b582d2058f23d2424586cb9064e44f0b
Loading
Please sign in to comment