GNU Radio's DSD Package
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
 
 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

◆ 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

◆ 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::ExecDeathTest

internal::ExecDeathTest
friend

◆ internal::TestResultAccessor

◆ internal::UnitTestImpl

◆ internal::WindowsDeathTest

internal::WindowsDeathTest
friend

◆ TestCase

TestCase
friend

◆ TestInfo

TestInfo
friend

◆ UnitTest

UnitTest
friend

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