:orphan: .. index:: pair: struct; te_test_verdict .. _doxid-structte__test__verdict: struct te_test_verdict ====================== .. toctree:: :hidden: Overview ~~~~~~~~ Verdict generated by the test during execution. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct te_test_verdict { // fields char* :ref:`str`; // methods :ref:`TAILQ_ENTRY`(te_test_verdict); }; .. _details-structte__test__verdict: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Verdict generated by the test during execution. Fields ------ .. index:: pair: variable; str .. _doxid-structte__test__verdict_1a91797f2e77b03a9a6d38aa946b1fe93c: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* str Verdict string Methods ------- .. index:: pair: function; TAILQ_ENTRY .. _doxid-structte__test__verdict_1a950376baf9e0c24fbf577eabbc66693f: .. ref-code-block:: cpp :class: doxyrest-title-code-block TAILQ_ENTRY(te_test_verdict) Links to create queue of verdicts