Static Public Member Functions | Protected Types | Protected Member Functions | Protected Attributes | Static Protected Attributes | List of all members
CommonTest< T > Class Template Reference
Inheritance diagram for CommonTest< T >:
Inheritance graph
[legend]

Static Public Member Functions

static void SetUpTestSuite ()
 
static void TearDownTestSuite ()
 
- Static Public Member Functions inherited from testing::Test
static bool HasFailure ()
 
static bool HasFatalFailure ()
 
static bool HasNonfatalFailure ()
 
static bool IsSkipped ()
 
static void RecordProperty (const std::string &key, const std::string &value)
 
static void RecordProperty (const std::string &key, int value)
 
static void SetUpTestCase ()
 
static void SetUpTestSuite ()
 
static void TearDownTestCase ()
 
static void TearDownTestSuite ()
 

Protected Types

typedef std::set< int > IntSet
 
typedef std::vector< TVector
 

Protected Member Functions

 CommonTest ()
 
void SetUp () override
 
void TearDown () override
 
 ~CommonTest () override
 
- Protected Member Functions inherited from testing::Test
 Test ()
 

Protected Attributes

T value_
 

Static Protected Attributes

static Tshared_ = nullptr
 

Additional Inherited Members

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

Detailed Description

template<typename T>
class CommonTest< T >

Definition at line 48 of file gtest-typed-test_test.cc.

Member Typedef Documentation

◆ IntSet

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

Definition at line 67 of file gtest-typed-test_test.cc.

◆ Vector

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

Definition at line 66 of file gtest-typed-test_test.cc.

Constructor & Destructor Documentation

◆ CommonTest()

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

Definition at line 69 of file gtest-typed-test_test.cc.

◆ ~CommonTest()

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

Definition at line 71 of file gtest-typed-test_test.cc.

Member Function Documentation

◆ SetUp()

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

Reimplemented from testing::Test.

Definition at line 73 of file gtest-typed-test_test.cc.

◆ SetUpTestSuite()

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

Definition at line 52 of file gtest-typed-test_test.cc.

◆ TearDown()

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

Reimplemented from testing::Test.

Definition at line 78 of file gtest-typed-test_test.cc.

◆ TearDownTestSuite()

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

Definition at line 56 of file gtest-typed-test_test.cc.

Member Data Documentation

◆ shared_

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

Definition at line 84 of file gtest-typed-test_test.cc.

◆ value_

template<typename T >
T CommonTest< T >::value_
protected

Definition at line 83 of file gtest-typed-test_test.cc.


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


libaditof
Author(s):
autogenerated on Wed May 21 2025 02:07:05