Public Member Functions | |
void | FixtureConstructorExecuted () |
void | SetUpExecuted () |
void | TearDown () override |
void | TearDownExecuted () |
void | TestBodyExecuted () |
![]() | |
virtual void | SetUp () |
virtual | ~Environment () |
Static Public Member Functions | |
static TestGenerationEnvironment * | Instance () |
Private Member Functions | |
GTEST_DISALLOW_COPY_AND_ASSIGN_ (TestGenerationEnvironment) | |
TestGenerationEnvironment () | |
Private Attributes | |
int | fixture_constructor_count_ |
int | set_up_count_ |
int | tear_down_count_ |
int | test_body_count_ |
Definition at line 553 of file googletest-param-test-test.cc.
|
inlineprivate |
Definition at line 596 of file googletest-param-test-test.cc.
|
inline |
Definition at line 560 of file googletest-param-test-test.cc.
|
private |
|
inlinestatic |
Definition at line 555 of file googletest-param-test-test.cc.
|
inline |
Definition at line 561 of file googletest-param-test-test.cc.
|
inlineoverridevirtual |
Reimplemented from testing::Environment.
Definition at line 565 of file googletest-param-test-test.cc.
|
inline |
Definition at line 562 of file googletest-param-test-test.cc.
|
inline |
Definition at line 563 of file googletest-param-test-test.cc.
|
private |
Definition at line 599 of file googletest-param-test-test.cc.
|
private |
Definition at line 600 of file googletest-param-test-test.cc.
|
private |
Definition at line 601 of file googletest-param-test-test.cc.
|
private |
Definition at line 602 of file googletest-param-test-test.cc.