Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
testing::TestPartResult Class Reference

#include <JETSCAPE/blob/main/external_packages/googletest/googletest/include/gtest/gtest-test-part.h>

+ Collaboration diagram for testing::TestPartResult:

Public Types

enum  Type { kSuccess, kNonFatalFailure, kFatalFailure }
 

Public Member Functions

 TestPartResult (Type a_type, const char *a_file_name, int a_line_number, const char *a_message)
 
Type type () const
 
const char * file_name () const
 
int line_number () const
 
const char * summary () const
 
const char * message () const
 
bool passed () const
 
bool failed () const
 
bool nonfatally_failed () const
 
bool fatally_failed () const
 

Static Private Member Functions

static std::string ExtractSummary (const char *message)
 

Private Attributes

Type type_
 
std::string file_name_
 
int line_number_
 
std::string summary_
 
std::string message_
 

Detailed Description

Definition at line 47 of file gtest-test-part.h.

View newest version in sPHENIX GitHub at line 47 of file gtest-test-part.h

Member Enumeration Documentation

Enumerator:
kSuccess 
kNonFatalFailure 
kFatalFailure 

Definition at line 51 of file gtest-test-part.h.

View newest version in sPHENIX GitHub at line 51 of file gtest-test-part.h

Constructor & Destructor Documentation

testing::TestPartResult::TestPartResult ( Type  a_type,
const char *  a_file_name,
int  a_line_number,
const char *  a_message 
)
inline

Definition at line 60 of file gtest-test-part.h.

View newest version in sPHENIX GitHub at line 60 of file gtest-test-part.h

Member Function Documentation

std::string testing::TestPartResult::ExtractSummary ( const char *  message)
staticprivate

Definition at line 51 of file gtest-test-part.cc.

View newest version in sPHENIX GitHub at line 51 of file gtest-test-part.cc

References testing::internal::kStackTraceMarker.

bool testing::TestPartResult::failed ( ) const
inline

Definition at line 94 of file gtest-test-part.h.

View newest version in sPHENIX GitHub at line 94 of file gtest-test-part.h

Referenced by testing::TestResult::Failed(), and testing::internal::XmlUnitTestResultPrinter::OutputXmlTestInfo().

+ Here is the caller graph for this function:

bool testing::TestPartResult::fatally_failed ( ) const
inline

Definition at line 100 of file gtest-test-part.h.

View newest version in sPHENIX GitHub at line 100 of file gtest-test-part.h

Referenced by testing::internal::HasNewFatalFailureHelper::ReportTestPartResult(), and testing::TestPartFatallyFailed().

+ Here is the caller graph for this function:

const char* testing::TestPartResult::file_name ( ) const
inline

Definition at line 76 of file gtest-test-part.h.

View newest version in sPHENIX GitHub at line 76 of file gtest-test-part.h

Referenced by testing::operator<<(), testing::internal::XmlUnitTestResultPrinter::OutputXmlTestInfo(), and testing::internal::PrintTestPartResultToString().

+ Here is the caller graph for this function:

int testing::TestPartResult::line_number ( ) const
inline

Definition at line 82 of file gtest-test-part.h.

View newest version in sPHENIX GitHub at line 82 of file gtest-test-part.h

Referenced by testing::operator<<(), testing::internal::XmlUnitTestResultPrinter::OutputXmlTestInfo(), and testing::internal::PrintTestPartResultToString().

+ Here is the caller graph for this function:

const char* testing::TestPartResult::message ( ) const
inline

Definition at line 88 of file gtest-test-part.h.

View newest version in sPHENIX GitHub at line 88 of file gtest-test-part.h

Referenced by testing::internal::HasOneFailure(), testing::operator<<(), testing::internal::XmlUnitTestResultPrinter::OutputXmlTestInfo(), and testing::internal::PrintTestPartResultToString().

+ Here is the caller graph for this function:

bool testing::TestPartResult::nonfatally_failed ( ) const
inline

Definition at line 97 of file gtest-test-part.h.

View newest version in sPHENIX GitHub at line 97 of file gtest-test-part.h

Referenced by testing::TestPartNonfatallyFailed().

+ Here is the caller graph for this function:

bool testing::TestPartResult::passed ( ) const
inline

Definition at line 91 of file gtest-test-part.h.

View newest version in sPHENIX GitHub at line 91 of file gtest-test-part.h

const char* testing::TestPartResult::summary ( ) const
inline

Definition at line 85 of file gtest-test-part.h.

View newest version in sPHENIX GitHub at line 85 of file gtest-test-part.h

Referenced by testing::internal::XmlUnitTestResultPrinter::OutputXmlTestInfo().

+ Here is the caller graph for this function:

Type testing::TestPartResult::type ( ) const
inline

Definition at line 72 of file gtest-test-part.h.

View newest version in sPHENIX GitHub at line 72 of file gtest-test-part.h

Referenced by testing::internal::HasOneFailure(), testing::internal::PrettyUnitTestResultPrinter::OnTestPartResult(), testing::operator<<(), and testing::internal::PrintTestPartResultToString().

+ Here is the caller graph for this function:

Member Data Documentation

std::string testing::TestPartResult::file_name_
private

Definition at line 111 of file gtest-test-part.h.

View newest version in sPHENIX GitHub at line 111 of file gtest-test-part.h

int testing::TestPartResult::line_number_
private

Definition at line 114 of file gtest-test-part.h.

View newest version in sPHENIX GitHub at line 114 of file gtest-test-part.h

std::string testing::TestPartResult::message_
private

Definition at line 116 of file gtest-test-part.h.

View newest version in sPHENIX GitHub at line 116 of file gtest-test-part.h

std::string testing::TestPartResult::summary_
private

Definition at line 115 of file gtest-test-part.h.

View newest version in sPHENIX GitHub at line 115 of file gtest-test-part.h

Type testing::TestPartResult::type_
private

Definition at line 103 of file gtest-test-part.h.

View newest version in sPHENIX GitHub at line 103 of file gtest-test-part.h


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