:orphan: .. index:: pair: struct; test_script .. _doxid-structtest__script: struct test_script ================== .. toctree:: :hidden: Overview ~~~~~~~~ Test script :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct test_script { // fields char* :ref:`name`; char* :ref:`objective`; char* :ref:`page`; char* :ref:`execute`; test_requirements :ref:`reqs`; :ref:`test_attrs` :ref:`attrs`; }; .. _details-structtest__script: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Test script Fields ------ .. index:: pair: variable; name .. _doxid-structtest__script_1ae8f5d43ce9d7fabaec1a1ea621bc6072: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* name Name of the script .. index:: pair: variable; objective .. _doxid-structtest__script_1aa7563c39f7ab9cb705066e0cd2724ee7: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* objective Objective .. index:: pair: variable; page .. _doxid-structtest__script_1a8a831072625b68225a28ed4fbad12644: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* page HTML page with documentation .. index:: pair: variable; execute .. _doxid-structtest__script_1a404e4bee46d3c2086b07b9055f310cda: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* execute Full path to executable .. index:: pair: variable; reqs .. _doxid-structtest__script_1a2b52b1fae05f55528fb7b6181bab0334: .. ref-code-block:: cpp :class: doxyrest-title-code-block test_requirements reqs Set of requirements .. index:: pair: variable; attrs .. _doxid-structtest__script_1ac4071e0a8142ff25682ecf49c69b0bfc: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`test_attrs` attrs Test attributes