:orphan: .. index:: pair: struct; test_info .. _doxid-structtest__info: struct test_info ================ .. toctree:: :hidden: Overview ~~~~~~~~ Information about test script :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct test_info { // fields char* :ref:`name`; char* :ref:`page`; char* :ref:`objective`; // methods :ref:`TAILQ_ENTRY`(test_info); }; .. _details-structtest__info: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Information about test script Fields ------ .. index:: pair: variable; name .. _doxid-structtest__info_1a88a4c8aec839cc6a32c747a628fa75c9: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* name Test name .. index:: pair: variable; page .. _doxid-structtest__info_1ac8912d7ee15eb7810ce885d64a385d92: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* page HTML page with documentation .. index:: pair: variable; objective .. _doxid-structtest__info_1af1986527d4c082fc4a03957f6a58c865: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* objective Objective of the test Methods ------- .. index:: pair: function; TAILQ_ENTRY .. _doxid-structtest__info_1af207ef9890a3d19d0f5e02d06a4ad222: .. ref-code-block:: cpp :class: doxyrest-title-code-block TAILQ_ENTRY(test_info) List links