summaryrefslogtreecommitdiffstats
path: root/googletest/test/googletest-listener-test.cc
Commit message (Collapse)AuthorAgeFilesLines
* Googletest exportmisterg2019-01-111-9/+9
| | | | | | Change tests to use new Test Suite API PiperOrigin-RevId: 228908894
* Googletest exportmisterg2019-01-031-82/+186
| | | | | | TestCase->TestSuite refactoring PiperOrigin-RevId: 227702164
* Googletest exportAbseil Team2018-12-031-27/+19
| | | | | | Applied fixes for ClangTidy modernize-use-override and modernize-use-using. PiperOrigin-RevId: 223800219
* Apply clang-tidy modernize-use-nullptr to googletest.Abseil Team2018-10-051-1/+1
| | | | | | | | | | | Now that googletest has moved to C++11, it should no longer use NULL or 0 for the null pointer. This patch converts all such usages to nullptr using clang-tidy. This prevents LLVM from issuing -Wzero-as-null-pointer-constant warnings. PiperOrigin-RevId: 215814400
* Comments changes, no functionality changesrefs/pull/1740/headGennadiy Civil2018-08-141-2/+1
|
* Formatting tweaks, no functionality changesGennadiy Civil2018-08-081-1/+2
|
* gtest catch exceptions test and gtest shuffle testGennadiy Civil2018-08-011-0/+311