Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Friends
DerivedTest Class Reference

#include <ts_gtest.h>

Inherits BaseTest, and testing::WithParamInterface< int >.

List of all members.

Public Types

typedef internal::SetUpTestCaseFunc SetUpTestCaseFunc
typedef
internal::TearDownTestCaseFunc 
TearDownTestCaseFunc
typedef int 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

Member Typedef Documentation

typedef internal::SetUpTestCaseFunc testing::Test::SetUpTestCaseFunc [inherited]
typedef internal::TearDownTestCaseFunc testing::Test::TearDownTestCaseFunc [inherited]
typedef int testing::WithParamInterface< int >::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.

const ParamType& testing::WithParamInterface< int >::GetParam ( ) const [inherited]

Friends And Related Function Documentation

friend class TestInfo [friend, inherited]
friend class internal::ParameterizedTestFactory [friend, inherited]

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