- 3.0.1 core module.
|
Static Public Member Functions | |
static void | SetUpTestSuite () |
static void | TearDownTestSuite () |
Static Public Member Functions inherited from testing::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) |
static void | RecordProperty (const std::string &key, int 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 |
Protected Member Functions inherited from testing::Test | |
Test () | |
Protected Attributes | |
T | value_ |
Static Protected Attributes | |
static T * | shared_ = nullptr |
Additional Inherited Members | |
Public Member Functions inherited from testing::Test | |
virtual | ~Test () |
|
protected |
|
protected |
|
inlineprotected |
|
inlineoverrideprotected |
References EXPECT_EQ, and CommonTest< T >::value_.
|
inlinestatic |
References CommonTest< T >::shared_.
|
inlinestatic |
References CommonTest< T >::shared_.
|
inlineoverrideprotectedvirtual |
Reimplemented from testing::Test.
References EXPECT_EQ, and CommonTest< T >::value_.
|
inlineoverrideprotectedvirtual |
Reimplemented from testing::Test.
References EXPECT_EQ, and CommonTest< T >::value_.
|
protected |
Referenced by CommonTest< T >::SetUp(), CommonTest< T >::TearDown(), and CommonTest< T >::~CommonTest().
|
staticprotected |
Referenced by CommonTest< T >::SetUpTestSuite(), and CommonTest< T >::TearDownTestSuite().