Closed GoogleCodeExporter closed 9 years ago
[deleted comment]
Hmm, I guess wiki syntax doesn't work in the issue tracker. :(
Original comment by trevor.p...@gmail.com
on 21 Sep 2009 at 7:50
I just realized that this change would affect the flow of test execution since
it
assumes a return on fatal assertions. I'm not sure what the best way to handle
this
currently since the return is used to stop the flow of execution. A possibility
would be to throw an exception for a fatal assertion but this will break
environments
where exception handling is not compiled in. Any ideas?
Original comment by trevor.p...@gmail.com
on 22 Sep 2009 at 3:39
This is the designed behavior. Please see
http://code.google.com/p/googletest/wiki/GoogleTestAdvancedGuide#Assertion_Place
ment
(the Assertion Placement section) for details.
Original comment by zhanyong...@gmail.com
on 22 Sep 2009 at 7:22
Original issue reported on code.google.com by
trevor.p...@gmail.com
on 21 Sep 2009 at 7:48