struct tapi_gtest
Overview
GTest handler More…
#include <tapi_gtest.h> struct tapi_gtest { // fields const char* bin; const char* group; const char* name; bool run_disabled; int rand_seed; tapi_gtest_impl impl; };
Detailed Documentation
GTest handler
Fields
const char* bin
Path to GTest binary
const char* group
Group name in GTest
const char* name
Test name in GTest
bool run_disabled
Force run disabled test
int rand_seed
Random seed
tapi_gtest_impl impl
Internal implementation struct