Class TestResult

Class Documentation

class TestResult

Public Functions

TestResult()
~TestResult()
int total_part_count() const
int test_property_count() const
inline bool Passed() const
bool Skipped() const
bool Failed() const
bool HasFatalFailure() const
bool HasNonfatalFailure() const
inline TimeInMillis elapsed_time() const
inline TimeInMillis start_timestamp() const
const TestPartResult &GetTestPartResult(int i) const
const TestProperty &GetTestProperty(int i) const

Friends

friend class internal::DefaultGlobalTestPartResultReporter
friend class internal::ExecDeathTest
friend class internal::TestResultAccessor
friend class internal::UnitTestImpl
friend class internal::WindowsDeathTest
friend class internal::FuchsiaDeathTest