Lumiera  0.pre.03
»edit your freedom«
SessionElementQuery_test Class Reference

Description

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.

Private Member Functions

virtual void run (Arg)
 
+ Inheritance diagram for SessionElementQuery_test:
+ Collaboration diagram for SessionElementQuery_test:

The documentation for this class was generated from the following file: