CHROMA
|
#include <gtest.h>
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_ |
|
inline |
|
staticprivate |
Definition at line 9425 of file gtest-all.cc.
References testing::internal::kStackTraceMarker, and message().
|
inline |
Definition at line 17137 of file gtest.h.
Referenced by testing::TestResult::Failed(), and testing::internal::XmlUnitTestResultPrinter::OutputXmlTestInfo().
|
inline |
Definition at line 17143 of file gtest.h.
Referenced by testing::internal::HasNewFatalFailureHelper::ReportTestPartResult(), and testing::TestPartFatallyFailed().
|
inline |
Definition at line 17119 of file gtest.h.
Referenced by testing::operator<<(), testing::internal::XmlUnitTestResultPrinter::OutputXmlTestInfo(), and testing::internal::PrintTestPartResultToString().
|
inline |
Definition at line 17125 of file gtest.h.
Referenced by testing::operator<<(), testing::internal::XmlUnitTestResultPrinter::OutputXmlTestInfo(), and testing::internal::PrintTestPartResultToString().
|
inline |
Definition at line 17131 of file gtest.h.
Referenced by ExtractSummary(), testing::operator<<(), testing::internal::XmlUnitTestResultPrinter::OutputXmlTestInfo(), and testing::internal::PrintTestPartResultToString().
|
inline |
Definition at line 17140 of file gtest.h.
Referenced by testing::TestPartNonfatallyFailed().
|
inline |
Definition at line 17128 of file gtest.h.
Referenced by testing::internal::XmlUnitTestResultPrinter::OutputXmlTestInfo().
|
inline |
Definition at line 17115 of file gtest.h.
Referenced by testing::internal::PrettyUnitTestResultPrinter::OnTestPartResult(), testing::operator<<(), and testing::internal::PrintTestPartResultToString().