Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1656)

Unified Diff: include/gtest/gtest.h

Issue 4629079: the XML report should contain the date & time when the test program was run (2) Base URL: http://googletest.googlecode.com/svn/trunk/
Patch Set: Created 12 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/gtest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/gtest/gtest.h
===================================================================
--- include/gtest/gtest.h (revision 586)
+++ include/gtest/gtest.h (working copy)
@@ -1154,6 +1154,8 @@
// Gets the elapsed time, in milliseconds.
TimeInMillis elapsed_time() const;
+
+ TimeInMillis start_datetime() const;
// Returns true iff the unit test passed (i.e. all test cases passed).
bool Passed() const;
« no previous file with comments | « no previous file | src/gtest.cc » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b