Searched refs:TestModuleTwoDependencies (Results 1 – 1 of 1) sorted by relevance
137 class TestModuleTwoDependencies : public Module { class152 EXPECT_FALSE(GetModuleRegistry()->IsStarted<TestModuleTwoDependencies>()); in Start()160 EXPECT_TRUE(GetModuleRegistry()->IsStarted<TestModuleTwoDependencies>()); in Stop()166 const ModuleFactory TestModuleTwoDependencies::Factory =167 ModuleFactory([]() { return new TestModuleTwoDependencies(); }); in __anon2fc164770502()177 EXPECT_FALSE(registry_->IsStarted<TestModuleTwoDependencies>()); in TEST_F()184 EXPECT_FALSE(registry_->IsStarted<TestModuleTwoDependencies>()); in TEST_F()195 EXPECT_FALSE(registry_->IsStarted<TestModuleTwoDependencies>()); in TEST_F()202 EXPECT_FALSE(registry_->IsStarted<TestModuleTwoDependencies>()); in TEST_F()207 list.add<TestModuleTwoDependencies>(); in TEST_F()[all …]