Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1778)

Unified Diff: base/test/gtest_xml_unittest_result_printer.h

Issue 2606153003: Report failed expect/assert to test launcher summary output. (Closed)
Patch Set: Always provide unencoded summary. Created 3 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | base/test/gtest_xml_unittest_result_printer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/test/gtest_xml_unittest_result_printer.h
diff --git a/base/test/gtest_xml_unittest_result_printer.h b/base/test/gtest_xml_unittest_result_printer.h
index 3b06b8542014da103a844481f7e3f7e8a48181db..c7fb88f3708695eaa3c0c1a92d99f726cd7ea864 100644
--- a/base/test/gtest_xml_unittest_result_printer.h
+++ b/base/test/gtest_xml_unittest_result_printer.h
@@ -32,6 +32,8 @@ class XmlUnitTestResultPrinter : public testing::EmptyTestEventListener {
void OnTestEnd(const testing::TestInfo& test_info) override;
void OnTestCaseEnd(const testing::TestCase& test_case) override;
+ void WriteTestPartResult(const testing::TestPartResult& test_part_result);
+
FILE* output_file_;
DISALLOW_COPY_AND_ASSIGN(XmlUnitTestResultPrinter);
« no previous file with comments | « no previous file | base/test/gtest_xml_unittest_result_printer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698