#include <gtest-test-part.h>
|
| enum | Type {
kSuccess,
kNonFatalFailure,
kFatalFailure,
kSuccess,
kNonFatalFailure,
kFatalFailure
} |
| |
| enum | Type {
kSuccess,
kNonFatalFailure,
kFatalFailure,
kSuccess,
kNonFatalFailure,
kFatalFailure
} |
| |
Definition at line 47 of file gtest-test-part.h.
◆ Type [1/2]
| Enumerator |
|---|
| kSuccess | |
| kNonFatalFailure | |
| kFatalFailure | |
| kSuccess | |
| kNonFatalFailure | |
| kFatalFailure | |
Definition at line 51 of file gtest-test-part.h.
◆ Type [2/2]
| Enumerator |
|---|
| kSuccess | |
| kNonFatalFailure | |
| kFatalFailure | |
| kSuccess | |
| kNonFatalFailure | |
| kFatalFailure | |
Definition at line 51 of file gtest-test-part.h.
◆ TestPartResult() [1/2]
| 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.
65 file_name_(a_file_name == NULL ?
"" : a_file_name),
66 line_number_(a_line_number),
67 summary_(ExtractSummary(a_message)),
◆ TestPartResult() [2/2]
| 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.
65 file_name_(a_file_name == NULL ?
"" : a_file_name),
66 line_number_(a_line_number),
67 summary_(ExtractSummary(a_message)),
◆ failed() [1/2]
| bool testing::TestPartResult::failed |
( |
| ) |
const |
|
inline |
◆ failed() [2/2]
| bool testing::TestPartResult::failed |
( |
| ) |
const |
|
inline |
◆ fatally_failed() [1/2]
| bool testing::TestPartResult::fatally_failed |
( |
| ) |
const |
|
inline |
◆ fatally_failed() [2/2]
| bool testing::TestPartResult::fatally_failed |
( |
| ) |
const |
|
inline |
◆ file_name() [1/2]
| const char* testing::TestPartResult::file_name |
( |
| ) |
const |
|
inline |
Definition at line 76 of file gtest-test-part.h.
77 return file_name_.empty() ? NULL : file_name_.c_str();
◆ file_name() [2/2]
| const char* testing::TestPartResult::file_name |
( |
| ) |
const |
|
inline |
Definition at line 76 of file gtest-test-part.h.
77 return file_name_.empty() ? NULL : file_name_.c_str();
◆ line_number() [1/2]
| int testing::TestPartResult::line_number |
( |
| ) |
const |
|
inline |
◆ line_number() [2/2]
| int testing::TestPartResult::line_number |
( |
| ) |
const |
|
inline |
◆ message() [1/2]
| const char* testing::TestPartResult::message |
( |
void |
| ) |
const |
|
inline |
◆ message() [2/2]
| const char* testing::TestPartResult::message |
( |
void |
| ) |
const |
|
inline |
◆ nonfatally_failed() [1/2]
| bool testing::TestPartResult::nonfatally_failed |
( |
| ) |
const |
|
inline |
◆ nonfatally_failed() [2/2]
| bool testing::TestPartResult::nonfatally_failed |
( |
| ) |
const |
|
inline |
◆ passed() [1/2]
| bool testing::TestPartResult::passed |
( |
| ) |
const |
|
inline |
◆ passed() [2/2]
| bool testing::TestPartResult::passed |
( |
| ) |
const |
|
inline |
◆ summary() [1/2]
| const char* testing::TestPartResult::summary |
( |
| ) |
const |
|
inline |
◆ summary() [2/2]
| const char* testing::TestPartResult::summary |
( |
| ) |
const |
|
inline |
◆ type() [1/2]
| Type testing::TestPartResult::type |
( |
| ) |
const |
|
inline |
◆ type() [2/2]
| Type testing::TestPartResult::type |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file:
- /home/abuild/rpmbuild/BUILD/electroneum-5.0.0.4/external/rapidjson/thirdparty/gtest/googletest/include/gtest/gtest-test-part.h