MADNESS  version 0.9
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
 

Constructor & Destructor Documentation

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

Member Function Documentation

TimeInMillis testing::TestResult::elapsed_time ( ) const
inline
bool testing::TestResult::Failed ( ) const
const TestPartResult & testing::TestResult::GetTestPartResult ( int  i) const
const TestProperty & testing::TestResult::GetTestProperty ( int  i) const
bool testing::TestResult::HasFatalFailure ( ) const
bool testing::TestResult::HasNonfatalFailure ( ) const
bool testing::TestResult::Passed ( ) const
inline
int testing::TestResult::test_property_count ( ) const

Referenced by GetTestProperty().

int testing::TestResult::total_part_count ( ) const

Referenced by Failed(), and GetTestPartResult().

Friends And Related Function Documentation

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

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