Searched defs:V8Test (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/gin/test/
H A Dv8_test.cc16 V8Test::V8Test() { function in class:gin::V8Test
19 V8Test::~V8Test() {
22 void V8Test::SetUp() {
32 void V8Test::TearDown() {
H A Dv8_test.h18 // V8Test is a simple harness for testing interactions with V8. V8Test doesn't
20 class V8Test : public testing::Test { class in namespace:gin
22 V8Test();
23 virtual ~V8Test();
33 DISALLOW_COPY_AND_ASSIGN(V8Test);

Completed in 134 milliseconds