v8toolkit  0.0.1
Utility library for embedding V8 Javascript engine in a c++ program
Classes | Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Friends | List of all members
testing::Test Class Referenceabstract

#include <gtest.h>

Inheritance diagram for testing::Test:
Inheritance graph
[legend]

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
 

Detailed Description

Definition at line 371 of file gtest.h.

Member Typedef Documentation

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

Definition at line 377 of file gtest.h.

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

Definition at line 378 of file gtest.h.

Constructor & Destructor Documentation

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

Member Function Documentation

static void testing::Test::SetUpTestCase ( )
inlinestatic

Definition at line 389 of file gtest.h.

static void testing::Test::TearDownTestCase ( )
inlinestatic

Definition at line 397 of file gtest.h.

static bool testing::Test::HasFatalFailure ( )
static
static bool testing::Test::HasNonfatalFailure ( )
static
static bool testing::Test::HasFailure ( )
inlinestatic

Definition at line 407 of file gtest.h.

References GTEST_DISALLOW_COPY_AND_ASSIGN_.

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 ExampleFixture.

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

Friends And Related Function Documentation

friend class TestInfo
friend

Definition at line 373 of file gtest.h.


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