Home
last modified time | relevance | path

Searched defs:Fixture (Results 1 – 6 of 6) sorted by relevance

/third_party/googletest/googletest/test/
Dgtest_skip_test.cc42 class Fixture : public Test { class
49 TEST_F(Fixture, SkipsOneTest) { in TEST_F() argument
53 TEST_F(Fixture, SkipsAnotherTest) { in TEST_F() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dcontainer_memory_test.cc89 class Fixture : public ::testing::Test { class
93 Fixture() { ptr_ = std::allocator_traits<Alloc>::allocate(*alloc(), 1); } in Fixture() function in absl::container_internal::__anon2a5d8c220111::Fixture
106 TEST_F(Fixture, ConstructNoArgs) { in TEST_F() argument
111 TEST_F(Fixture, ConstructOneArg) { in TEST_F() argument
116 TEST_F(Fixture, ConstructTwoArg) { in TEST_F() argument
/third_party/gstreamer/gstreamer/libs/gst/check/libcheck/
Dcheck_impl.h53 typedef struct Fixture struct
57 } Fixture; typedef
/third_party/protobuf/benchmarks/cpp/
Dcpp_benchmark.cc52 class Fixture : public benchmark::Fixture { class
54 Fixture(const BenchmarkDataset& dataset, const std::string& suffix) { in Fixture() function in Fixture
/third_party/python/Lib/test/
Dtest_xmlrpc.py613 class Fixture: class in http_server.TestInstanceClass
/third_party/benchmark/include/benchmark/
Dbenchmark.h1213 Fixture() : internal::Benchmark("") {} in Fixture() function