GrPPI  1.0
Generic and Reusable Parallel Pattern Interface
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 Skipped () const
 
bool Failed () const
 
bool HasFatalFailure () const
 
bool HasNonfatalFailure () const
 
TimeInMillis elapsed_time () const
 
TimeInMillis start_timestamp () const
 
const TestPartResult & GetTestPartResult (int i) const
 
const TestPropertyGetTestProperty (int i) const
 
 TestResult ()
 
 ~TestResult ()
 
int total_part_count () const
 
int test_property_count () const
 
bool Passed () const
 
bool Skipped () const
 
bool Failed () const
 
bool HasFatalFailure () const
 
bool HasNonfatalFailure () const
 
TimeInMillis elapsed_time () const
 
TimeInMillis start_timestamp () const
 
const TestPartResult & GetTestPartResult (int i) const
 
const TestPropertyGetTestProperty (int i) const
 

Friends

class TestInfo
 
class TestSuite
 
class UnitTest
 
class internal::DefaultGlobalTestPartResultReporter
 
class internal::ExecDeathTest
 
class internal::TestResultAccessor
 
class internal::UnitTestImpl
 
class internal::WindowsDeathTest
 
class internal::FuchsiaDeathTest
 

Constructor & Destructor Documentation

◆ TestResult() [1/2]

testing::TestResult::TestResult ( )

◆ ~TestResult() [1/2]

testing::TestResult::~TestResult ( )

◆ TestResult() [2/2]

testing::TestResult::TestResult ( )

◆ ~TestResult() [2/2]

testing::TestResult::~TestResult ( )

Member Function Documentation

◆ elapsed_time() [1/2]

TimeInMillis testing::TestResult::elapsed_time ( ) const
inline

◆ elapsed_time() [2/2]

TimeInMillis testing::TestResult::elapsed_time ( ) const
inline

◆ Failed() [1/2]

bool testing::TestResult::Failed ( ) const

◆ Failed() [2/2]

bool testing::TestResult::Failed ( ) const

◆ GetTestPartResult() [1/2]

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

◆ GetTestPartResult() [2/2]

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

◆ GetTestProperty() [1/2]

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

◆ GetTestProperty() [2/2]

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

◆ HasFatalFailure() [1/2]

bool testing::TestResult::HasFatalFailure ( ) const

◆ HasFatalFailure() [2/2]

bool testing::TestResult::HasFatalFailure ( ) const

◆ HasNonfatalFailure() [1/2]

bool testing::TestResult::HasNonfatalFailure ( ) const

◆ HasNonfatalFailure() [2/2]

bool testing::TestResult::HasNonfatalFailure ( ) const

◆ Passed() [1/2]

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

◆ Passed() [2/2]

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

◆ Skipped() [1/2]

bool testing::TestResult::Skipped ( ) const

◆ Skipped() [2/2]

bool testing::TestResult::Skipped ( ) const

◆ start_timestamp() [1/2]

TimeInMillis testing::TestResult::start_timestamp ( ) const
inline

◆ start_timestamp() [2/2]

TimeInMillis testing::TestResult::start_timestamp ( ) const
inline

◆ test_property_count() [1/2]

int testing::TestResult::test_property_count ( ) const

◆ test_property_count() [2/2]

int testing::TestResult::test_property_count ( ) const

◆ total_part_count() [1/2]

int testing::TestResult::total_part_count ( ) const

◆ total_part_count() [2/2]

int testing::TestResult::total_part_count ( ) const

Friends And Related Function Documentation

◆ internal::DefaultGlobalTestPartResultReporter

internal::DefaultGlobalTestPartResultReporter
friend

◆ internal::ExecDeathTest

internal::ExecDeathTest
friend

◆ internal::FuchsiaDeathTest

internal::FuchsiaDeathTest
friend

◆ internal::TestResultAccessor

internal::TestResultAccessor
friend

◆ internal::UnitTestImpl

internal::UnitTestImpl
friend

◆ internal::WindowsDeathTest

internal::WindowsDeathTest
friend

◆ TestInfo

TestInfo
friend

◆ TestSuite

TestSuite
friend

◆ UnitTest

UnitTest
friend

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