Sacado Package Browser (Single Doxygen Collection)
Version of the Day
|
Static Public Member Functions | |
static void | SetUpTestSuite () |
static void | TearDownTestSuite () |
![]() | |
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) |
Protected Types | |
typedef std::vector< T > | Vector |
typedef std::set< int > | IntSet |
Protected Member Functions | |
CommonTest () | |
~CommonTest () override | |
void | SetUp () override |
void | TearDown () override |
![]() | |
Test () | |
Protected Attributes | |
T | value_ |
Static Protected Attributes | |
static T * | shared_ = nullptr |
Additional Inherited Members | |
![]() | |
virtual | ~Test () |
Definition at line 47 of file gtest-typed-test_test.cc.
|
protected |
Definition at line 63 of file gtest-typed-test_test.cc.
|
protected |
Definition at line 64 of file gtest-typed-test_test.cc.
|
inlineprotected |
Definition at line 66 of file gtest-typed-test_test.cc.
|
inlineoverrideprotected |
Definition at line 68 of file gtest-typed-test_test.cc.
|
inlinestatic |
Definition at line 51 of file gtest-typed-test_test.cc.
|
inlinestatic |
Definition at line 53 of file gtest-typed-test_test.cc.
|
inlineoverrideprotectedvirtual |
Reimplemented from testing::Test.
Definition at line 70 of file gtest-typed-test_test.cc.
|
inlineoverrideprotectedvirtual |
Reimplemented from testing::Test.
Definition at line 75 of file gtest-typed-test_test.cc.
|
protected |
Definition at line 80 of file gtest-typed-test_test.cc.
|
staticprotected |
Definition at line 81 of file gtest-typed-test_test.cc.