Searched defs:Fixture (Results 1 - 5 of 5) sorted by relevance
/third_party/googletest/googletest/test/ | ||
H A D | gtest_skip_test.cc | 42 class Fixture : public Test { class |
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ | ||
H A D | container_memory_test.cc | 89 class Fixture : public ::testing::Test { class 93 Fixture() { ptr_ = std::allocator_traits<Alloc>::allocate(*alloc(), 1); } in Fixture() function in absl::container_internal::__anon19174::Fixture |
/third_party/protobuf/benchmarks/cpp/ | ||
H A D | cpp_benchmark.cc | 52 class Fixture : public benchmark::Fixture { class 54 Fixture(const BenchmarkDataset& dataset, const std::string& suffix) { in Fixture() function in Fixture [all...] |
/third_party/python/Lib/test/ | ||
H A D | test_xmlrpc.py | 615 class Fixture: class in http_server.TestInstanceClass |
/third_party/benchmark/include/benchmark/ | ||
H A D | benchmark.h | 1418 class Fixture : public internal::Benchmark { class 1420 Fixture() : internal::Benchmark("") {} in Fixture() function in benchmark::Fixture |
Completed in 12 milliseconds