Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | List of all members
FooTest< T > Class Template Reference

#include <ts_gtest.h>

Inherits testing::Test, testing::Test, and testing::TestWithParam< const char * >.

Public Types

typedef std::list< TList
 
typedef internal::SetUpTestCaseFunc SetUpTestCaseFunc
 
typedef
internal::TearDownTestCaseFunc 
TearDownTestCaseFunc
 
typedef internal::SetUpTestCaseFunc SetUpTestCaseFunc
 
typedef
internal::TearDownTestCaseFunc 
TearDownTestCaseFunc
 
typedef const char * ParamType
 

Public Member Functions

const ParamTypeGetParam () const
 

Static Public Member Functions

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)
 

Public Attributes

T value_
 

Static Public Attributes

static T shared_
 

Protected Member Functions

virtual void SetUp ()
 
virtual void TearDown ()
 

Member Typedef Documentation

template<typename T >
typedef std::list<T> FooTest< T >::List
typedef internal::SetUpTestCaseFunc testing::Test::SetUpTestCaseFunc
inherited
typedef internal::TearDownTestCaseFunc testing::Test::TearDownTestCaseFunc
inherited
typedef internal::SetUpTestCaseFunc testing::Test::SetUpTestCaseFunc
inherited
typedef internal::TearDownTestCaseFunc testing::Test::TearDownTestCaseFunc
inherited
typedef const char * testing::WithParamInterface< const char * >::ParamType
inherited

Member Function Documentation

static void testing::Test::SetUpTestCase ( )
staticinherited
static void testing::Test::TearDownTestCase ( )
staticinherited
static bool testing::Test::HasFatalFailure ( )
staticinherited
static bool testing::Test::HasNonfatalFailure ( )
staticinherited
static bool testing::Test::HasFailure ( )
staticinherited
static void testing::Test::RecordProperty ( const std::string key,
const std::string value 
)
staticinherited
static void testing::Test::RecordProperty ( const std::string key,
int  value 
)
staticinherited
virtual void testing::Test::SetUp ( )
protectedvirtualinherited

Reimplemented in perf::TestBase.

virtual void testing::Test::TearDown ( )
protectedvirtualinherited

Reimplemented in perf::TestBase.

static void testing::Test::SetUpTestCase ( )
staticinherited
static void testing::Test::TearDownTestCase ( )
staticinherited
static bool testing::Test::HasFatalFailure ( )
staticinherited
static bool testing::Test::HasNonfatalFailure ( )
staticinherited
static bool testing::Test::HasFailure ( )
staticinherited
static void testing::Test::RecordProperty ( const std::string key,
const std::string value 
)
staticinherited
static void testing::Test::RecordProperty ( const std::string key,
int  value 
)
staticinherited
const ParamType& testing::WithParamInterface< const char * >::GetParam ( ) const
inherited

Member Data Documentation

template<typename T >
T FooTest< T >::shared_
static
template<typename T >
T FooTest< T >::value_

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