Home
last modified time | relevance | path

Searched refs:notThere (Results 1 - 1 of 1) sorted by relevance

/foundation/graphic/graphic_3d/lume/metaobject/test/src/interface/
H A DIntfContainerTest.cpp390 const auto notThere = interface_pointer_cast<IObject>(CreateTestType("NotThere")); in HWTEST_P() local
401 EXPECT_FALSE(container_->Replace(notThere, notThere)); in HWTEST_P()
403 EXPECT_THAT(container_->GetAll(), Not(Contains(notThere))); in HWTEST_P()
409 EXPECT_TRUE(container_->Replace(notThere, notThere, true)); in HWTEST_P()
411 EXPECT_THAT(container_->GetAll(), Contains(notThere)); in HWTEST_P()
415 const auto added = ChildChangedInfo { notThere, expectedCount, container_ }; in HWTEST_P()

Completed in 3 milliseconds