Sacado Package Browser (Single Doxygen Collection)
Version of the Day
|
Protected Member Functions | |
UnitTestRecordPropertyTestHelper () | |
void | UnitTestRecordProperty (const char *key, const std::string &value) |
![]() | |
Test () | |
virtual void | SetUp () |
virtual void | TearDown () |
Protected Attributes | |
UnitTest | unit_test_ |
Additional Inherited Members | |
![]() | |
virtual | ~Test () |
![]() | |
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) |
Definition at line 196 of file gtest_unittest.cc.
|
inlineprotected |
Definition at line 198 of file gtest_unittest.cc.
|
inlineprotected |
Definition at line 201 of file gtest_unittest.cc.
|
protected |
Definition at line 205 of file gtest_unittest.cc.