Qucs-core
0.0.19
|
#include <gtest.h>
Public Types | |
enum | Type { kSuccess, kNonFatalFailure, kFatalFailure, kSuccess, kNonFatalFailure, kFatalFailure } |
enum | Type { kSuccess, kNonFatalFailure, kFatalFailure, 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 |
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) |
static std::string | ExtractSummary (const char *message) |
Private Attributes | |
Type | type_ |
std::string | file_name_ |
int | line_number_ |
std::string | summary_ |
std::string | message_ |
Definition at line 17090 of file fused-src/gtest/gtest.h.
Definition at line 51 of file gtest-test-part.h.
Definition at line 17094 of file fused-src/gtest/gtest.h.
testing::TestPartResult::TestPartResult | ( | Type | a_type, |
const char * | a_file_name, | ||
int | a_line_number, | ||
const char * | a_message | ||
) | [inline] |
Definition at line 17103 of file fused-src/gtest/gtest.h.
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.
static std::string testing::TestPartResult::ExtractSummary | ( | const char * | message | ) | [static, private] |
static std::string testing::TestPartResult::ExtractSummary | ( | const char * | message | ) | [static, private] |
bool testing::TestPartResult::failed | ( | ) | const [inline] |
Definition at line 94 of file gtest-test-part.h.
bool testing::TestPartResult::failed | ( | ) | const [inline] |
Definition at line 17137 of file fused-src/gtest/gtest.h.
bool testing::TestPartResult::fatally_failed | ( | ) | const [inline] |
Definition at line 100 of file gtest-test-part.h.
bool testing::TestPartResult::fatally_failed | ( | ) | const [inline] |
Definition at line 17143 of file fused-src/gtest/gtest.h.
const char* testing::TestPartResult::file_name | ( | ) | const [inline] |
Definition at line 76 of file gtest-test-part.h.
const char* testing::TestPartResult::file_name | ( | ) | const [inline] |
Definition at line 17119 of file fused-src/gtest/gtest.h.
int testing::TestPartResult::line_number | ( | ) | const [inline] |
Definition at line 82 of file gtest-test-part.h.
int testing::TestPartResult::line_number | ( | ) | const [inline] |
Definition at line 17125 of file fused-src/gtest/gtest.h.
const char* testing::TestPartResult::message | ( | ) | const [inline] |
Definition at line 88 of file gtest-test-part.h.
const char* testing::TestPartResult::message | ( | ) | const [inline] |
Definition at line 17131 of file fused-src/gtest/gtest.h.
bool testing::TestPartResult::nonfatally_failed | ( | ) | const [inline] |
Definition at line 97 of file gtest-test-part.h.
bool testing::TestPartResult::nonfatally_failed | ( | ) | const [inline] |
Definition at line 17140 of file fused-src/gtest/gtest.h.
bool testing::TestPartResult::passed | ( | ) | const [inline] |
Definition at line 91 of file gtest-test-part.h.
bool testing::TestPartResult::passed | ( | ) | const [inline] |
Definition at line 17134 of file fused-src/gtest/gtest.h.
const char* testing::TestPartResult::summary | ( | ) | const [inline] |
Definition at line 85 of file gtest-test-part.h.
const char* testing::TestPartResult::summary | ( | ) | const [inline] |
Definition at line 17128 of file fused-src/gtest/gtest.h.
Type testing::TestPartResult::type | ( | ) | const [inline] |
Definition at line 72 of file gtest-test-part.h.
Type testing::TestPartResult::type | ( | ) | const [inline] |
Definition at line 17115 of file fused-src/gtest/gtest.h.
std::string testing::TestPartResult::file_name_ [private] |
Definition at line 17154 of file fused-src/gtest/gtest.h.
int testing::TestPartResult::line_number_ [private] |
Definition at line 17157 of file fused-src/gtest/gtest.h.
std::string testing::TestPartResult::message_ [private] |
Definition at line 17159 of file fused-src/gtest/gtest.h.
std::string testing::TestPartResult::summary_ [private] |
Definition at line 17158 of file fused-src/gtest/gtest.h.
Type testing::TestPartResult::type_ [private] |
Definition at line 17146 of file fused-src/gtest/gtest.h.