Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Friends
testing::TestWithParam< T > Class Template Reference

#include <ts_gtest.h>

Inherits testing::Test, and testing::WithParamInterface< T >.

List of all members.

Public Types

typedef internal::SetUpTestCaseFunc SetUpTestCaseFunc
typedef
internal::TearDownTestCaseFunc 
TearDownTestCaseFunc
typedef T 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 char *key, const char *value)
static void RecordProperty (const char *key, int value)

Protected Member Functions

virtual void SetUp ()
virtual void TearDown ()

Friends

class TestInfo
class internal::ParameterizedTestFactory

template<typename T>
class testing::TestWithParam< T >


Member Typedef Documentation

template<typename T>
typedef T testing::WithParamInterface< T >::ParamType [inherited]

Member Function Documentation

static void testing::Test::SetUpTestCase ( ) [static, inherited]
static void testing::Test::TearDownTestCase ( ) [static, inherited]
static bool testing::Test::HasFatalFailure ( ) [static, inherited]
static bool testing::Test::HasNonfatalFailure ( ) [static, inherited]
static bool testing::Test::HasFailure ( ) [static, inherited]
static void testing::Test::RecordProperty ( const char *  key,
const char *  value 
) [static, inherited]
static void testing::Test::RecordProperty ( const char *  key,
int  value 
) [static, inherited]
virtual void testing::Test::SetUp ( ) [protected, virtual, inherited]

Reimplemented in perf::TestBase.

virtual void testing::Test::TearDown ( ) [protected, virtual, inherited]

Reimplemented in perf::TestBase.

template<typename T>
const ParamType& testing::WithParamInterface< T >::GetParam ( ) const [inherited]

Friends And Related Function Documentation

friend class TestInfo [friend, inherited]
template<typename T>
friend class internal::ParameterizedTestFactory [friend, inherited]

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