v8toolkit  0.0.1
Utility library for embedding V8 Javascript engine in a c++ program
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
PlatformFixture Class Reference

#include <fixtures.h>

Inheritance diagram for PlatformFixture:
Inheritance graph
[legend]
Collaboration diagram for PlatformFixture:
Collaboration graph
[legend]

Public Types

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

Public Member Functions

 PlatformFixture ()
 

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 ()
 

Detailed Description

Definition at line 21 of file fixtures.h.

Member Typedef Documentation

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

Definition at line 377 of file gtest.h.

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

Definition at line 378 of file gtest.h.

Constructor & Destructor Documentation

PlatformFixture::PlatformFixture ( )
inline

Definition at line 23 of file fixtures.h.

Member Function Documentation

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

Definition at line 389 of file gtest.h.

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

Definition at line 397 of file gtest.h.

static bool testing::Test::HasFatalFailure ( )
staticinherited
static bool testing::Test::HasNonfatalFailure ( )
staticinherited
static bool testing::Test::HasFailure ( )
inlinestaticinherited

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 
)
staticinherited
static void testing::Test::RecordProperty ( const std::string &  key,
int  value 
)
staticinherited
virtual void testing::Test::SetUp ( )
protectedvirtualinherited

Reimplemented in ExampleFixture.

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

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