:orphan: .. index:: pair: struct; tapi_gtest .. _doxid-structtapi__gtest: struct tapi_gtest ================= .. toctree:: :hidden: Overview ~~~~~~~~ GTest handler :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct tapi_gtest { // fields const char* :ref:`bin`; const char* :ref:`group`; const char* :ref:`name`; bool :ref:`run_disabled`; int :ref:`rand_seed`; :ref:`tapi_gtest_impl` :ref:`impl`; }; .. _details-structtapi__gtest: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ GTest handler Fields ------ .. index:: pair: variable; bin .. _doxid-structtapi__gtest_1aca8035dafe371a55842329fbcc0a7f5a: .. ref-code-block:: cpp :class: doxyrest-title-code-block const char* bin Path to GTest binary .. index:: pair: variable; group .. _doxid-structtapi__gtest_1a1d7257e99af57b90145d65f37744468f: .. ref-code-block:: cpp :class: doxyrest-title-code-block const char* group Group name in GTest .. index:: pair: variable; name .. _doxid-structtapi__gtest_1aabf6038443a80e5539a791a061812e57: .. ref-code-block:: cpp :class: doxyrest-title-code-block const char* name Test name in GTest .. index:: pair: variable; run_disabled .. _doxid-structtapi__gtest_1ab78b285db18fbb8e21565a68fe1defe6: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool run_disabled Force run disabled test .. index:: pair: variable; rand_seed .. _doxid-structtapi__gtest_1ad9f603226713c82229a6ec6a3e15b003: .. ref-code-block:: cpp :class: doxyrest-title-code-block int rand_seed Random seed .. index:: pair: variable; impl .. _doxid-structtapi__gtest_1aac1e5d51d4a191d6aae7183c2e5ac2f7: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`tapi_gtest_impl` impl Internal implementation struct