Sacado Package Browser (Single Doxygen Collection)
Version of the Day
|
Protected Member Functions | |
ParameterizedDerivedTest () | |
![]() | |
Test () | |
virtual void | SetUp () |
virtual void | TearDown () |
Protected Attributes | |
int | count_ |
![]() | |
int | n_ |
Static Protected Attributes | |
static int | global_count_ = 0 |
Additional Inherited Members | |
![]() | |
typedef int | ParamType |
![]() | |
NonParameterizedBaseTest () | |
![]() | |
virtual | ~Test () |
![]() | |
virtual | ~WithParamInterface ()=default |
![]() | |
static void | SetUpTestSuite () |
static void | TearDownTestSuite () |
static void | TearDownTestCase () |
static void | SetUpTestCase () |
static bool | HasFatalFailure () |
static bool | HasNonfatalFailure () |
static bool | IsSkipped () |
static bool | HasFailure () |
static void | RecordProperty (const std::string &key, const std::string &value) |
template<typename T , std::enable_if_t< std::is_convertible< T, int64_t >::value, bool > = true> | |
static void | RecordProperty (const std::string &key, const T &value) |
![]() | |
static const ParamType & | GetParam () |
Definition at line 1086 of file googletest-param-test-test.cc.
|
inlineprotected |
Definition at line 1089 of file googletest-param-test-test.cc.
|
protected |
Definition at line 1090 of file googletest-param-test-test.cc.
|
staticprotected |
Definition at line 1091 of file googletest-param-test-test.cc.