v8toolkit  0.0.1
Utility library for embedding V8 Javascript engine in a c++ program
Public Member Functions | Friends | List of all members
testing::TestResult Class Reference

#include <gtest.h>

Public Member Functions

 TestResult ()
 
 ~TestResult ()
 
int total_part_count () const
 
int test_property_count () const
 
bool Passed () const
 
bool Failed () const
 
bool HasFatalFailure () const
 
bool HasNonfatalFailure () const
 
TimeInMillis elapsed_time () const
 
const TestPartResultGetTestPartResult (int i) const
 
const TestPropertyGetTestProperty (int i) const
 

Friends

class TestInfo
 
class TestCase
 
class UnitTest
 
class internal::DefaultGlobalTestPartResultReporter
 
class internal::ExecDeathTest
 
class internal::TestResultAccessor
 
class internal::UnitTestImpl
 
class internal::WindowsDeathTest
 

Detailed Description

Definition at line 523 of file gtest.h.

Constructor & Destructor Documentation

testing::TestResult::TestResult ( )
testing::TestResult::~TestResult ( )

Member Function Documentation

int testing::TestResult::total_part_count ( ) const
int testing::TestResult::test_property_count ( ) const
bool testing::TestResult::Passed ( ) const
inline

Definition at line 539 of file gtest.h.

bool testing::TestResult::Failed ( ) const
bool testing::TestResult::HasFatalFailure ( ) const
bool testing::TestResult::HasNonfatalFailure ( ) const
TimeInMillis testing::TestResult::elapsed_time ( ) const
inline

Definition at line 551 of file gtest.h.

const TestPartResult& testing::TestResult::GetTestPartResult ( int  i) const
const TestProperty& testing::TestResult::GetTestProperty ( int  i) const

Friends And Related Function Documentation

friend class TestInfo
friend

Definition at line 564 of file gtest.h.

friend class TestCase
friend

Definition at line 565 of file gtest.h.

friend class UnitTest
friend

Definition at line 566 of file gtest.h.

Definition at line 567 of file gtest.h.

friend class internal::ExecDeathTest
friend

Definition at line 568 of file gtest.h.

friend class internal::TestResultAccessor
friend

Definition at line 569 of file gtest.h.

friend class internal::UnitTestImpl
friend

Definition at line 570 of file gtest.h.

friend class internal::WindowsDeathTest
friend

Definition at line 571 of file gtest.h.


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