Home
last modified time | relevance | path

Searched refs:fixture_constructor_count_ (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/googletest/googletest/test/
H A Dgoogletest-param-test-test.cc613 void FixtureConstructorExecuted() { fixture_constructor_count_++; } in FixtureConstructorExecuted()
633 EXPECT_EQ(kExpectedCalls, fixture_constructor_count_) in TearDown()
649 TestGenerationEnvironment() : fixture_constructor_count_(0), set_up_count_(0), in TestGenerationEnvironment()
652 int fixture_constructor_count_; member in TestGenerationEnvironment