#include <gtest-test-part.h>
Definition at line 47 of file gtest-test-part.h.
◆ Type
Enumerator |
---|
kSuccess | |
kNonFatalFailure | |
kFatalFailure | |
Definition at line 51 of file gtest-test-part.h.
◆ TestPartResult()
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.
64 : type_(a_type),
65 file_name_(a_file_name == NULL ? "" : a_file_name),
66 line_number_(a_line_number),
67 summary_(ExtractSummary(a_message)),
68 message_(a_message) {
69 }
◆ failed()
bool testing::TestPartResult::failed |
( |
| ) |
const |
|
inline |
◆ fatally_failed()
bool testing::TestPartResult::fatally_failed |
( |
| ) |
const |
|
inline |
◆ file_name()
const char * testing::TestPartResult::file_name |
( |
| ) |
const |
|
inline |
Definition at line 76 of file gtest-test-part.h.
76 {
77 return file_name_.empty() ? NULL : file_name_.c_str();
78 }
◆ line_number()
int testing::TestPartResult::line_number |
( |
| ) |
const |
|
inline |
◆ message()
const char * testing::TestPartResult::message |
( |
| ) |
const |
|
inline |
◆ nonfatally_failed()
bool testing::TestPartResult::nonfatally_failed |
( |
| ) |
const |
|
inline |
◆ passed()
bool testing::TestPartResult::passed |
( |
| ) |
const |
|
inline |
◆ summary()
const char * testing::TestPartResult::summary |
( |
| ) |
const |
|
inline |
◆ type()
Type testing::TestPartResult::type |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following files:
- libraries/fc/include/fc/crypto/webauthn_json/thirdparty/gtest/googletest/include/gtest/gtest-test-part.h
- libraries/fc/include/fc/crypto/webauthn_json/thirdparty/gtest/googletest/src/gtest-test-part.cc