: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`; :ref:`tapi_gtest_opts` :ref:`opts`; :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; opts .. _doxid-structtapi__gtest_1a30da4e7b44bf53658eb51386e676a473: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`tapi_gtest_opts` opts Options for Gtest binary .. 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