Monero
Loading...
Searching...
No Matches
CommonTest< T > Class Template Reference
Inheritance diagram for CommonTest< T >:
Collaboration diagram for CommonTest< T >:

Static Public Member Functions

static void SetUpTestCase ()
static void TearDownTestCase ()
Static Public Member Functions inherited from testing::Test
static void SetUpTestCase ()
static void TearDownTestCase ()
static bool HasFatalFailure ()
static bool HasNonfatalFailure ()
static bool HasFailure ()
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 TearDownTestCase ()
static bool HasFatalFailure ()
static bool HasNonfatalFailure ()
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< TVector
typedef std::set< int > IntSet

Protected Member Functions

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

Protected Attributes

T value_

Static Protected Attributes

static Tshared_

Additional Inherited Members

Public Types inherited from testing::Test
typedef internal::SetUpTestCaseFunc SetUpTestCaseFunc
typedef internal::TearDownTestCaseFunc TearDownTestCaseFunc
typedef internal::SetUpTestCaseFunc SetUpTestCaseFunc
typedef internal::TearDownTestCaseFunc TearDownTestCaseFunc
Public Member Functions inherited from testing::Test
virtual ~Test ()
virtual ~Test ()

Member Typedef Documentation

◆ IntSet

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

◆ Vector

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

Constructor & Destructor Documentation

◆ CommonTest()

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

◆ ~CommonTest()

template<typename T>
virtual CommonTest< T >::~CommonTest ( )
inlineprotectedvirtual

Member Function Documentation

◆ SetUp()

template<typename T>
virtual void CommonTest< T >::SetUp ( )
inlineprotectedvirtual

Reimplemented from testing::Test.

◆ SetUpTestCase()

template<typename T>
void CommonTest< T >::SetUpTestCase ( )
inlinestatic

◆ TearDown()

template<typename T>
virtual void CommonTest< T >::TearDown ( )
inlineprotectedvirtual

Reimplemented from testing::Test.

◆ TearDownTestCase()

template<typename T>
void CommonTest< T >::TearDownTestCase ( )
inlinestatic

Member Data Documentation

◆ shared_

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

◆ value_

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

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