6 #include "testing/gmock/include/gmock/gmock.h"
8 using testing::InSequence;
9 using testing::StrictMock;
34 StrictMock<MockTask>* task =
new StrictMock<MockTask>;
36 EXPECT_CALL(*task, Run());
37 EXPECT_CALL(*task, Die());
Isolate represents an isolated instance of the V8 engine.
A Task represents a unit of work.
Debugger support for the V8 JavaScript engine.