Searched defs:Environment (Results 1 - 2 of 2) sorted by relevance

/external/gtest/include/gtest/
H A Dgtest.h434 // An Environment object is capable of setting up and tearing down an
438 // An Environment object does the set-up and tear-down in virtual
448 class Environment { class in namespace:testing
450 // The d'tor is virtual as we need to subclass Environment.
451 virtual ~Environment() {}
491 Environment* AddEnvironment(Environment* env);
578 // testing::Environment* const foo_env =
588 inline Environment* AddGlobalTestEnvironment(Environment* en
[all...]
/external/gtest/test/
H A Dgtest-param-test_test.cc536 class TestGenerationEnvironment : public ::testing::Environment {
598 typedef TestGenerationEnvironment<PARAMETER_COUNT> Environment; typedef in class:TestGenerationTest
601 Environment::Instance()->FixtureConstructorExecuted();
605 Environment::Instance()->SetUpExecuted();
609 Environment::Instance()->TearDownExecuted();
655 Environment::Instance()->TestBodyExecuted();
785 AddGlobalTestEnvironment(TestGenerationTest::Environment::Instance());

Completed in 22 milliseconds