Searched refs:TestModuleTwoDependencies (Results 1 – 1 of 1) sorted by relevance
144 class TestModuleTwoDependencies : public Module { class159 EXPECT_FALSE(GetModuleRegistry()->IsStarted<TestModuleTwoDependencies>()); in Start()167 EXPECT_TRUE(GetModuleRegistry()->IsStarted<TestModuleTwoDependencies>()); in Stop()175 const ModuleFactory TestModuleTwoDependencies::Factory = ModuleFactory([]() { in __anon252741950502()176 return new TestModuleTwoDependencies(); in __anon252741950502()232 EXPECT_FALSE(registry_->IsStarted<TestModuleTwoDependencies>()); in TEST_F()239 EXPECT_FALSE(registry_->IsStarted<TestModuleTwoDependencies>()); in TEST_F()250 EXPECT_FALSE(registry_->IsStarted<TestModuleTwoDependencies>()); in TEST_F()257 EXPECT_FALSE(registry_->IsStarted<TestModuleTwoDependencies>()); in TEST_F()262 list.add<TestModuleTwoDependencies>(); in TEST_F()[all …]