Searched defs:Fixture (Results 1 – 9 of 9) sorted by relevance
23 struct Fixture { struct24 Fixture() in Fixture() function28 int counter() { in counter()32 int d_counter;
35 struct Fixture struct37 Fixture() : m_a( 1 ) {} in Fixture() argument39 int m_a;
42 class Fixture : public Test { class49 TEST_F(Fixture, SkipsOneTest) { in TEST_F() argument53 TEST_F(Fixture, SkipsAnotherTest) { in TEST_F() argument
405 struct Fixture { struct411 TEST_CASE_METHOD( Fixture, "3: Testcase with class-based fixture", "[tag-C][tag-D]" ) { argument
357 struct Fixture { struct358 const grpc_channel_filter* filter = kFilter;359 const uint32_t flags = kFlags;
130 class Fixture { class132 Fixture(const grpc::ChannelArguments& args, bool client) { in Fixture() function in Fixture
591 class Fixture: class in http_server.TestInstanceClass
1051 Fixture() : internal::Benchmark("") {} in Fixture() function