- Test:
- cover the part of the session API allowing to retrieve specific elements by query.
- This test first picks an object from the test session, where the filter predicate utilises the specific MObject subclass (here DummyMO).
- Then re-fetches the same object using a different filter (based on the specific random int-ID).
- Next the element is removed from the test session to verify the "not found" result
- finally we re-attach another placement of the same underlying MObject instance at a different location in the test session and verify we can again pick this element with the specific query.
- See also
- mobject::session::ElementQuery
-
mobject::session::ContentsQuery
-
scope-query-test.cpp
Definition at line 94 of file session-element-query-test.cpp.
The documentation for this class was generated from the following file: