- 3.0.1 core module.
CommonTest< T > Class Template Reference
Inheritance diagram for CommonTest< T >:
testing::Test

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

value_
 

Static Protected Attributes

static T * shared_ = nullptr
 

Additional Inherited Members

- Public Member Functions inherited from testing::Test
virtual ~Test ()
 

Member Typedef Documentation

template<typename T >
typedef std::vector<T> CommonTest< T >::Vector
protected
template<typename T >
typedef std::set<int> CommonTest< T >::IntSet
protected

Constructor & Destructor Documentation

template<typename T >
CommonTest< T >::CommonTest ( )
inlineprotected
template<typename T >
CommonTest< T >::~CommonTest ( )
inlineoverrideprotected

Member Function Documentation

template<typename T >
static void CommonTest< T >::SetUpTestSuite ( )
inlinestatic
template<typename T >
static void CommonTest< T >::TearDownTestSuite ( )
inlinestatic
template<typename T >
void CommonTest< T >::SetUp ( )
inlineoverrideprotectedvirtual

Reimplemented from testing::Test.

References EXPECT_EQ, and CommonTest< T >::value_.

template<typename T >
void CommonTest< T >::TearDown ( )
inlineoverrideprotectedvirtual

Reimplemented from testing::Test.

References EXPECT_EQ, and CommonTest< T >::value_.

Member Data Documentation

template<typename T >
T CommonTest< T >::value_
protected
template<typename T >
T * CommonTest< T >::shared_ = nullptr
staticprotected

The documentation for this class was generated from the following file: