Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
DerivedTest Class Reference

#include <ts_gtest.h>

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

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 std::string &key, const std::string &value)
 
static void RecordProperty (const std::string &key, int value)
 

Protected Member Functions

virtual void SetUp ()
 
virtual void TearDown ()
 

Member Typedef Documentation

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

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

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