:orphan: .. index:: pair: struct; trc_report_test_iter_entry .. _doxid-structtrc__report__test__iter__entry: struct trc_report_test_iter_entry ================================= .. toctree:: :hidden: Overview ~~~~~~~~ Result of test iteration run :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct trc_report_test_iter_entry { // fields int :ref:`tin`; int :ref:`test_id`; char* :ref:`hash`; :ref:`te_test_result` :ref:`result`; bool :ref:`is_exp`; unsigned int :ref:`args_max`; :ref:`trc_report_argument`* :ref:`args`; unsigned int :ref:`args_n`; // methods :ref:`TAILQ_ENTRY`(trc_report_test_iter_entry); }; .. _details-structtrc__report__test__iter__entry: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Result of test iteration run Fields ------ .. index:: pair: variable; tin .. _doxid-structtrc__report__test__iter__entry_1acf29d6630b68a2a8684467a2109f0b7f: .. ref-code-block:: cpp :class: doxyrest-title-code-block int tin Test Identification Number .. index:: pair: variable; test_id .. _doxid-structtrc__report__test__iter__entry_1affea3bf5a40c9f3c9f4fdb10c74d1093: .. ref-code-block:: cpp :class: doxyrest-title-code-block int test_id Test ID .. index:: pair: variable; hash .. _doxid-structtrc__report__test__iter__entry_1a66b6d99ae4e981074aed0e4cb811fb89: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* hash Test arguments hash .. index:: pair: variable; result .. _doxid-structtrc__report__test__iter__entry_1ad85fbe2472cc34fab4dc14a02a520bc5: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_test_result` result Obtained result .. index:: pair: variable; is_exp .. _doxid-structtrc__report__test__iter__entry_1ae8594798bf15838fa145399e4d43c6c7: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool is_exp Does obtained result match one of expected? .. index:: pair: variable; args_max .. _doxid-structtrc__report__test__iter__entry_1a5456bac06744f7bd880886f2aa498c75: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int args_max Maximum number of arguments the space is allocated for .. index:: pair: variable; args .. _doxid-structtrc__report__test__iter__entry_1acd664b249928e4bf17a58b9e4018c635: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`trc_report_argument`* args Actual arguments .. index:: pair: variable; args_n .. _doxid-structtrc__report__test__iter__entry_1a7fa184b9a39b227cd10be5aa58154349: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int args_n Number of arguments Methods ------- .. index:: pair: function; TAILQ_ENTRY .. _doxid-structtrc__report__test__iter__entry_1a780a4bbbb5df6e9c1c9ac37aba7c454a: .. ref-code-block:: cpp :class: doxyrest-title-code-block TAILQ_ENTRY(trc_report_test_iter_entry) List links