webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
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 >:
testing::Test

Static Public Member Functions

static void SetUpTestCase ()
 
static void TearDownTestCase ()
 

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 ()
 

Protected Attributes

T value_
 

Static Protected Attributes

static Tshared_ = NULL
 

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: