Assimp  v4.1. (December 2018)
CommonTest< T > Class Template Reference

Inherits testing::Test.

Static Public Member Functions

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

Protected Types

typedef std::set< int > IntSet
 
typedef std::vector< T > Vector
 

Protected Member Functions

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

Protected Attributes

value_
 

Static Protected Attributes

static T * shared_ = NULL
 

Additional Inherited Members

- Public Types inherited from testing::Test
typedef internal::SetUpTestCaseFunc SetUpTestCaseFunc
 
typedef internal::TearDownTestCaseFunc TearDownTestCaseFunc
 
- Public Member Functions inherited from testing::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 >
static void CommonTest< T >::SetUpTestCase ( )
inlinestatic

◆ TearDown()

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

Reimplemented from testing::Test.

◆ TearDownTestCase()

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

Member Data Documentation

◆ shared_

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

◆ value_

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

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