HomeSort by relevance Sort by last modified time
    Searched refs:GTest (Results 1 - 5 of 5) sorted by null

  /art/runtime/
gtest_test.cc 17 #include "gtest/gtest.h"
19 // Sanity test that gtest alone works on host and target
20 TEST(GTest, Nop) {}
  /external/chromium_org/gin/test/
gtest.h 12 // This module provides bindings to gtest. Most tests should use an idiomatic
14 // low-level integration with gtest.
15 class GTest {
run_js_tests.cc 8 #include "testing/gtest/include/gtest/gtest.h"
24 TEST(JSTest, GTest) {
file_runner.cc 16 #include "gin/test/gtest.h"
18 #include "testing/gtest/include/gtest/gtest.h"
37 AddBuiltinModule(GTest::kModuleName, GTest::GetModule);
gtest.cc 5 #include "gin/test/gtest.h"
16 #include "testing/gtest/include/gtest/gtest.h"
44 const char GTest::kModuleName[] = "gtest";
46 v8::Local<v8::Value> GTest::GetModule(v8::Isolate* isolate) {

Completed in 210 milliseconds