Searched refs:changedCalls_ (Results 1 - 1 of 1) sorted by relevance
/foundation/graphic/graphic_3d/lume/metaobject/test/src/interface/ |
H A D | IntfObjectHierarchyObserverTest.cpp | 219 EXPECT_THAT(changedCalls_, AddingChildrenEq(expected.addingChildren)); in VerifyCalls() 220 EXPECT_THAT(changedCalls_, AddedChildrenEq(expected.addedChildren)); in VerifyCalls() 221 EXPECT_THAT(changedCalls_, RemovingChildrenEq(expected.removingChildren)); in VerifyCalls() 222 EXPECT_THAT(changedCalls_, RemovedChildrenEq(expected.removedChildren)); in VerifyCalls() 223 EXPECT_THAT(changedCalls_, MovedChildrenEq(expected.movedChildren)); in VerifyCalls() 224 EXPECT_THAT(changedCalls_, AddingContentEq(expected.addingContent)); in VerifyCalls() 225 EXPECT_THAT(changedCalls_, AddedContentEq(expected.addedContent)); in VerifyCalls() 226 EXPECT_THAT(changedCalls_, RemovingContentEq(expected.removingContent)); in VerifyCalls() 227 EXPECT_THAT(changedCalls_, RemovedContentEq(expected.removedContent)); in VerifyCalls() 228 EXPECT_THAT(changedCalls_, AddingAttachmentsE in VerifyCalls() 245 BASE_NS::vector<HierarchyChangedInfo> changedCalls_; global() member in IntfObjectHierarchyObserverTest [all...] |
Completed in 1 milliseconds