Closed GoogleCodeExporter closed 9 years ago
Original comment by vladlosev
on 29 Jan 2010 at 12:44
Original comment by w...@google.com
on 6 Mar 2010 at 5:58
I'm willing to "won't fix" this. Having test logic outside of the lifespan of
a TEST is undefined behavior anyway.
Original comment by w...@google.com
on 27 Sep 2010 at 7:14
Original comment by w...@google.com
on 27 Sep 2010 at 7:14
This feature, to log info in 'testsuites', would be quite useful.
Right now I am writing a test for a library and I wish to record its
version/configuration/build-info of that particular library into the XML file.
Such info is independent of tests, and can't be encoded into the XML file name.
To not confuse the API, instead of ::testing::Test::RecordProperty, gtest could
have something like ::testing::RecordProperty to do this.
Original comment by fpa...@gmail.com
on 1 Dec 2011 at 5:46
This has been committed in revision 648.
Original comment by vladlosev
on 5 Apr 2013 at 8:53
Original issue reported on code.google.com by
vladlosev
on 28 Jan 2010 at 9:37