Searched defs:Fixture (Results 1 – 6 of 6) sorted by relevance
42 class Fixture : public Test { class49 TEST_F(Fixture, SkipsOneTest) { in TEST_F() argument53 TEST_F(Fixture, SkipsAnotherTest) { in TEST_F() argument
89 class Fixture : public ::testing::Test { class93 Fixture() { ptr_ = std::allocator_traits<Alloc>::allocate(*alloc(), 1); } in Fixture() function in absl::container_internal::__anon2a5d8c220111::Fixture106 TEST_F(Fixture, ConstructNoArgs) { in TEST_F() argument111 TEST_F(Fixture, ConstructOneArg) { in TEST_F() argument116 TEST_F(Fixture, ConstructTwoArg) { in TEST_F() argument
53 typedef struct Fixture struct57 } Fixture; typedef
52 class Fixture : public benchmark::Fixture { class54 Fixture(const BenchmarkDataset& dataset, const std::string& suffix) { in Fixture() function in Fixture
613 class Fixture: class in http_server.TestInstanceClass
1213 Fixture() : internal::Benchmark("") {} in Fixture() function