Home | History | Annotate | Download | only in test

Lines Matching defs:Instance

570   static TestGenerationEnvironment* Instance() {
571 static TestGenerationEnvironment* instance = new TestGenerationEnvironment;
572 return instance;
633 Environment::Instance()->FixtureConstructorExecuted();
637 Environment::Instance()->SetUpExecuted();
641 Environment::Instance()->TearDownExecuted();
687 Environment::Instance()->TestBodyExecuted();
879 AddGlobalTestEnvironment(TestGenerationTest::Environment::Instance());