Wizard
Software Engineering Project - Wizard
Loading...
Searching...
No Matches
CommonTest< T > Class Template Reference
Inheritance diagram for CommonTest< T >:
testing::Test DerivedTest< T >

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

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

Protected Attributes

value_
 

Static Protected Attributes

static T * shared_ = nullptr
 

Member Function Documentation

◆ SetUp()

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

Reimplemented from testing::Test.

◆ TearDown()

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

Reimplemented from testing::Test.


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