Classes | Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Friends | List of all members
testing::Test Class Referenceabstract

#include <ts_gtest.h>

Inherited by BaseTest, FooTest< T >, FooTest< T >, perf::TestBase, testing::TestWithParam< T >, and testing::TestWithParam< const char * >.

Public Types

typedef internal::SetUpTestCaseFunc SetUpTestCaseFunc
 
typedef
internal::TearDownTestCaseFunc 
TearDownTestCaseFunc
 

Public Member Functions

virtual ~Test ()
 

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

 Test ()
 
virtual void SetUp ()
 
virtual void TearDown ()
 

Friends

class TestInfo
 

Member Typedef Documentation

typedef internal::SetUpTestCaseFunc testing::Test::SetUpTestCaseFunc
typedef internal::TearDownTestCaseFunc testing::Test::TearDownTestCaseFunc

Constructor & Destructor Documentation

virtual testing::Test::~Test ( )
virtual
testing::Test::Test ( )
protected

Member Function Documentation

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

Reimplemented in perf::TestBase.

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

Reimplemented in perf::TestBase.

Friends And Related Function Documentation

friend class TestInfo
friend

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