Searched refs:hasentity (Results 1 – 2 of 2) sorted by relevance
688 bool hasentity = WantOut_->HasEntity("system.test.entity"); variable689 GTEST_LOG_(INFO) << "WantOut_->HasEntity(system.test.entity)" << hasentity;690 EXPECT_EQ(hasentity, true);693 hasentity = WantOut_->HasEntity(std::string("system.test.entity"));694 GTEST_LOG_(INFO) << "WantOut_->RemoveEntity(system.test.entity)" << hasentity;695 EXPECT_EQ(hasentity, false);
525 bool hasentity = WantOut_->HasEntity("system.test.entity"); variable526 GTEST_LOG_(INFO) << "WantOut_->HasEntity(system.test.entity)" << hasentity;527 EXPECT_EQ(hasentity, true);530 hasentity = WantOut_->HasEntity(std::string("system.test.entity"));531 GTEST_LOG_(INFO) << "WantOut_->RemoveEntity(system.test.entity)" << hasentity;532 EXPECT_EQ(hasentity, false);