Public Member Functions | Private Member Functions | Static Private Member Functions | Private Attributes | Friends
testing::TestResult Class Reference

#include <gtest.h>

List of all members.

Public Member Functions

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

Private Member Functions

void AddTestPartResult (const TestPartResult &test_part_result)
void Clear ()
void ClearTestPartResults ()
int death_test_count () const
 GTEST_DISALLOW_COPY_AND_ASSIGN_ (TestResult)
int increment_death_test_count ()
void RecordProperty (const std::string &xml_element, const TestProperty &test_property)
void set_elapsed_time (TimeInMillis elapsed)
const std::vector
< TestPartResult > & 
test_part_results () const
const std::vector< TestProperty > & test_properties () const

Static Private Member Functions

static bool ValidateTestProperty (const std::string &xml_element, const TestProperty &test_property)

Private Attributes

int death_test_count_
TimeInMillis elapsed_time_
std::vector< TestPartResulttest_part_results_
internal::Mutex test_properites_mutex_
std::vector< TestPropertytest_properties_

Friends

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

Detailed Description

Definition at line 17913 of file gtest.h.


Constructor & Destructor Documentation

Definition at line 3178 of file gtest-all.cc.

Definition at line 3184 of file gtest-all.cc.


Member Function Documentation

void testing::TestResult::AddTestPartResult ( const TestPartResult test_part_result) [private]

Definition at line 3211 of file gtest-all.cc.

void testing::TestResult::Clear ( ) [private]

Definition at line 3323 of file gtest-all.cc.

Definition at line 3206 of file gtest-all.cc.

int testing::TestResult::death_test_count ( ) const [inline, private]

Definition at line 17995 of file gtest.h.

Definition at line 17941 of file gtest.h.

Definition at line 3331 of file gtest-all.cc.

Definition at line 3190 of file gtest-all.cc.

Definition at line 3199 of file gtest-all.cc.

Definition at line 3345 of file gtest-all.cc.

Definition at line 3355 of file gtest-all.cc.

Definition at line 17998 of file gtest.h.

bool testing::TestResult::Passed ( ) const [inline]

Definition at line 17929 of file gtest.h.

void testing::TestResult::RecordProperty ( const std::string &  xml_element,
const TestProperty test_property 
) [private]

Definition at line 3218 of file gtest-all.cc.

void testing::TestResult::set_elapsed_time ( TimeInMillis  elapsed) [inline, private]

Definition at line 17974 of file gtest.h.

const std::vector<TestPartResult>& testing::TestResult::test_part_results ( ) const [inline, private]

Definition at line 17964 of file gtest.h.

const std::vector<TestProperty>& testing::TestResult::test_properties ( ) const [inline, private]

Definition at line 17969 of file gtest.h.

Definition at line 3366 of file gtest-all.cc.

Definition at line 3361 of file gtest-all.cc.

bool testing::TestResult::ValidateTestProperty ( const std::string &  xml_element,
const TestProperty test_property 
) [static, private]

Definition at line 3316 of file gtest-all.cc.


Friends And Related Function Documentation

Definition at line 17957 of file gtest.h.

friend class internal::ExecDeathTest [friend]

Definition at line 17958 of file gtest.h.

friend class internal::TestResultAccessor [friend]

Definition at line 17959 of file gtest.h.

friend class internal::UnitTestImpl [friend]

Definition at line 17960 of file gtest.h.

friend class internal::WindowsDeathTest [friend]

Definition at line 17961 of file gtest.h.

friend class TestCase [friend]

Definition at line 17955 of file gtest.h.

friend class TestInfo [friend]

Definition at line 17954 of file gtest.h.

friend class UnitTest [friend]

Definition at line 17956 of file gtest.h.


Member Data Documentation

Definition at line 18015 of file gtest.h.

Definition at line 18017 of file gtest.h.

Definition at line 18011 of file gtest.h.

Definition at line 18008 of file gtest.h.

Definition at line 18013 of file gtest.h.


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


libpointmatcher
Author(s):
autogenerated on Mon Sep 14 2015 02:59:07