QUDA  v0.7.0
A library for QCD on GPUs
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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
 

Detailed Description

Definition at line 17913 of file gtest.h.

Constructor & Destructor Documentation

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

Member Function Documentation

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

Definition at line 17941 of file gtest.h.

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

Definition at line 17929 of file gtest.h.

int testing::TestResult::test_property_count ( ) const
int testing::TestResult::total_part_count ( ) const

Friends And Related Function Documentation

friend class internal::DefaultGlobalTestPartResultReporter
friend

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.


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