#include <gtest-test-part.h>
|
| enum | Type {
kSuccess,
kNonFatalFailure,
kFatalFailure,
kSuccess,
kNonFatalFailure,
kFatalFailure
} |
| |
| enum | Type {
kSuccess,
kNonFatalFailure,
kFatalFailure,
kSuccess,
kNonFatalFailure,
kFatalFailure
} |
| |
◆ Type [1/2]
| Enumerator |
|---|
| kSuccess | |
| kNonFatalFailure | |
| kFatalFailure | |
| kSuccess | |
| kNonFatalFailure | |
| kFatalFailure | |
◆ Type [2/2]
| Enumerator |
|---|
| kSuccess | |
| kNonFatalFailure | |
| kFatalFailure | |
| kSuccess | |
| kNonFatalFailure | |
| kFatalFailure | |
◆ TestPartResult() [1/2]
| testing::TestPartResult::TestPartResult |
( |
Type |
a_type, |
|
|
const char * |
a_file_name, |
|
|
int |
a_line_number, |
|
|
const char * |
a_message |
|
) |
| |
|
inline |
◆ TestPartResult() [2/2]
| testing::TestPartResult::TestPartResult |
( |
Type |
a_type, |
|
|
const char * |
a_file_name, |
|
|
int |
a_line_number, |
|
|
const char * |
a_message |
|
) |
| |
|
inline |
◆ ExtractSummary() [1/2]
| std::string testing::TestPartResult::ExtractSummary |
( |
const char * |
message | ) |
|
|
staticprivate |
◆ ExtractSummary() [2/2]
| static std::string testing::TestPartResult::ExtractSummary |
( |
const char * |
message | ) |
|
|
staticprivate |
◆ 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 |
◆ file_name() [2/2]
| const char* testing::TestPartResult::file_name |
( |
| ) |
const |
|
inline |
◆ 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 |
◆ file_name_
| std::string testing::TestPartResult::file_name_ |
|
private |
◆ line_number_
| int testing::TestPartResult::line_number_ |
|
private |
◆ message_
| std::string testing::TestPartResult::message_ |
|
private |
◆ summary_
| std::string testing::TestPartResult::summary_ |
|
private |
◆ type_
| Type testing::TestPartResult::type_ |
|
private |
The documentation for this class was generated from the following files: