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
ExampleFixture Class Reference

#include <fixtures.h>

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

Public Types

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

Public Member Functions

 ExampleFixture ()
 
 ~ExampleFixture ()
 
virtual void SetUp ()
 

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

Detailed Description

Definition at line 8 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

ExampleFixture::ExampleFixture ( )
inline

Definition at line 11 of file fixtures.h.

ExampleFixture::~ExampleFixture ( )
inline

Definition at line 14 of file fixtures.h.

Member Function Documentation

virtual void ExampleFixture::SetUp ( )
inlinevirtual

Reimplemented from testing::Test.

Definition at line 16 of file fixtures.h.

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::TearDown ( )
protectedvirtualinherited

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