:orphan: .. index:: pair: enum; trc_verdict .. _doxid-te__test__result_8h_1a017511e475f0b0a681102ff0455fd758: enum trc_verdict ================ Overview ~~~~~~~~ Verdicts generated by Testing Results Comparator :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include enum trc_verdict { :ref:`TRC_VERDICT_UNKNOWN`, :ref:`TRC_VERDICT_UNEXPECTED`, :ref:`TRC_VERDICT_EXPECTED`, }; .. _details-te__test__result_8h_1a017511e475f0b0a681102ff0455fd758: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Verdicts generated by Testing Results Comparator Enum Values ----------- .. index:: pair: enumvalue; TRC_VERDICT_UNKNOWN .. _doxid-te__test__result_8h_1a017511e475f0b0a681102ff0455fd758acd79a9224443771148dd8cd89d5fee9d: .. ref-code-block:: cpp :class: doxyrest-title-code-block TRC_VERDICT_UNKNOWN Test/iteration is unknown for TRC .. index:: pair: enumvalue; TRC_VERDICT_UNEXPECTED .. _doxid-te__test__result_8h_1a017511e475f0b0a681102ff0455fd758a16bce644cca70280046d5c84e25a6482: .. ref-code-block:: cpp :class: doxyrest-title-code-block TRC_VERDICT_UNEXPECTED Obtained result is equal to nothing in set of expected results .. index:: pair: enumvalue; TRC_VERDICT_EXPECTED .. _doxid-te__test__result_8h_1a017511e475f0b0a681102ff0455fd758a920e460f14b5d4e5822f57c01c14df05: .. ref-code-block:: cpp :class: doxyrest-title-code-block TRC_VERDICT_EXPECTED Obtained result is equal to one of expected results