Searched refs:TestModuleTwoDependencies (Results 1 – 1 of 1) sorted by relevance
129 class TestModuleTwoDependencies : public Module { class144 EXPECT_FALSE(GetModuleRegistry()->IsStarted<TestModuleTwoDependencies>()); in Start()152 EXPECT_TRUE(GetModuleRegistry()->IsStarted<TestModuleTwoDependencies>()); in Stop()158 const ModuleFactory TestModuleTwoDependencies::Factory =159 ModuleFactory([]() { return new TestModuleTwoDependencies(); }); in __anona53e19f70502()169 EXPECT_FALSE(registry_->IsStarted<TestModuleTwoDependencies>()); in TEST_F()176 EXPECT_FALSE(registry_->IsStarted<TestModuleTwoDependencies>()); in TEST_F()187 EXPECT_FALSE(registry_->IsStarted<TestModuleTwoDependencies>()); in TEST_F()194 EXPECT_FALSE(registry_->IsStarted<TestModuleTwoDependencies>()); in TEST_F()199 list.add<TestModuleTwoDependencies>(); in TEST_F()[all …]