:orphan: .. index:: pair: struct; test_session .. _doxid-structtest__session: struct test_session =================== .. toctree:: :hidden: Overview ~~~~~~~~ Test session :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct test_session { // fields const struct test_session* :ref:`parent`; char* :ref:`name`; :ref:`test_attrs` :ref:`attrs`; test_value_types :ref:`types`; test_vars_args :ref:`vars`; test_requirements :ref:`reqs`; :ref:`run_item`* :ref:`exception`; :ref:`run_item`* :ref:`keepalive`; :ref:`run_item`* :ref:`prologue`; :ref:`run_item`* :ref:`epilogue`; run_items :ref:`run_items`; bool :ref:`simultaneous`; unsigned int :ref:`flags`; }; .. _details-structtest__session: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Test session Fields ------ .. index:: pair: variable; parent .. _doxid-structtest__session_1ad3fb3207ce9b6a959593d9904400da91: .. ref-code-block:: cpp :class: doxyrest-title-code-block const struct test_session* parent Parent test session .. index:: pair: variable; name .. _doxid-structtest__session_1a7e03f11fce738ed8f554ef477f7c1663: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* name Name or NULL .. index:: pair: variable; attrs .. _doxid-structtest__session_1aa15f054e2753be8aef4a808ba4de108d: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`test_attrs` attrs Test attributes .. index:: pair: variable; types .. _doxid-structtest__session_1a309aec16640f30d9958e16f83adbc49c: .. ref-code-block:: cpp :class: doxyrest-title-code-block test_value_types types Types declared in session .. index:: pair: variable; vars .. _doxid-structtest__session_1af85c5b0b8c33ce1eb9541216eb0a2710: .. ref-code-block:: cpp :class: doxyrest-title-code-block test_vars_args vars List of variables .. index:: pair: variable; reqs .. _doxid-structtest__session_1aef4c4e8e26692f1677c7446fb824b5c3: .. ref-code-block:: cpp :class: doxyrest-title-code-block test_requirements reqs List of requirements .. index:: pair: variable; exception .. _doxid-structtest__session_1ae58c22d3062ddfdc2684b000f90666f4: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`run_item`* exception Exception handler .. index:: pair: variable; keepalive .. _doxid-structtest__session_1a0561678504aa390817b783159d1380db: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`run_item`* keepalive Keep-alive handler .. index:: pair: variable; prologue .. _doxid-structtest__session_1ada4a4cb56362aa9121df6dc134f2fe37: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`run_item`* prologue Prologue .. index:: pair: variable; epilogue .. _doxid-structtest__session_1acf9b54964be3a03f50abf968c464c5e5: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`run_item`* epilogue Epilogue .. index:: pair: variable; run_items .. _doxid-structtest__session_1a8a45b9291f1ecd7ba64d2c499e290bc6: .. ref-code-block:: cpp :class: doxyrest-title-code-block run_items run_items List of run items .. index:: pair: variable; simultaneous .. _doxid-structtest__session_1aec18720961e8fe4ee78096320c176f30: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool simultaneous Run all items simultaneously .. index:: pair: variable; flags .. _doxid-structtest__session_1ac895799e5f084be5335ba596320d4580: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int flags Flags