Home | History | Annotate | Download | only in test

Lines Matching refs:Instance

570   static TestGenerationEnvironment* Instance() {
571 static TestGenerationEnvironment* instance = new TestGenerationEnvironment;
572 return instance;
634 Environment::Instance()->FixtureConstructorExecuted();
638 Environment::Instance()->SetUpExecuted();
642 Environment::Instance()->TearDownExecuted();
689 Environment::Instance()->TestBodyExecuted();
1039 AddGlobalTestEnvironment(TestGenerationTest::Environment::Instance());