Static Public Member Functions | |
static void | ClearTestPartResults (TestResult *test_result) |
static void | RecordProperty (TestResult *test_result, const std::string &xml_element, const TestProperty &property) |
static const std::vector < testing::TestPartResult > & | test_part_results (const TestResult &test_result) |
Definition at line 1450 of file gtest-all.cc.
static void testing::internal::TestResultAccessor::ClearTestPartResults | ( | TestResult * | test_result | ) | [inline, static] |
Definition at line 1458 of file gtest-all.cc.
static void testing::internal::TestResultAccessor::RecordProperty | ( | TestResult * | test_result, |
const std::string & | xml_element, | ||
const TestProperty & | property | ||
) | [inline, static] |
Definition at line 1452 of file gtest-all.cc.
static const std::vector<testing::TestPartResult>& testing::internal::TestResultAccessor::test_part_results | ( | const TestResult & | test_result | ) | [inline, static] |
Definition at line 1462 of file gtest-all.cc.