summaryrefslogtreecommitdiffstats
path: root/googletest/test/gtest_assert_by_exception_test.cc
Commit message (Collapse)AuthorAgeFilesLines
* Comments changes, no functionality changes. Gennadiy Civil2018-08-141-1/+1
|
* Comments changes, no functionality changesrefs/pull/1740/headGennadiy Civil2018-08-141-2/+1
|
* Add ability to throw from ASSERTAlexey Sokolov2018-02-081-0/+119
while not losing benefits of EXPECT, and not killing the whole test, as with --gtest_throw_on_failure. 183822976