- Dec 13, 2018
-
-
Abseil Team authored
The gmock matchers have a concept of MatchAndExpain; where the details of the matching are written to a "result listener". A matcher can avoid creating expensive debug info by checking result_listener->IsInterested(); but, unfortunately, the default matcher code (called from EXPECT_THAT) is always "interested". This change implements EXPECT_THAT matching to first run the matcher in a "not interested" mode; and then run it a second time ("interested") only if the match fails. PiperOrigin-RevId: 225036073
-
- Dec 12, 2018
-
-
Gennadiy Civil authored
Cache gcc and clang APT packages
-
Dominic Jodoin authored
-
Dominic Jodoin authored
-
Dominic Jodoin authored
-
misterg authored
rollback of 224929783 PiperOrigin-RevId: 225008559
-
- Dec 11, 2018
-
-
Abseil Team authored
The gmock matchers have a concept of MatchAndExpain; where the details of the matching are written to a "result listener". A matcher can avoid creating expensive debug info by checking result_listener->IsInterested(); but, unfortunately, the default matcher code (called from EXPECT_THAT) is always "interested". This change implements EXPECT_THAT matching to first run the matcher in a "not interested" mode; and then run it a second time ("interested") only if the match fails. PiperOrigin-RevId: 224929783
-
Dominic Jodoin authored
-
- Dec 06, 2018
-
-
Gennadiy Civil authored
PiperOrigin-RevId: 224054240
-
- Dec 04, 2018
-
-
Gennadiy Civil authored
Fixed typo
-
Abseil Team authored
Deduce SizeType for SizeIs() from the return value of the size() member function PiperOrigin-RevId: 223835674
-
Gregory Pakosz authored
-
misterg authored
Fix bazel issue PiperOrigin-RevId: 223829127
-
Gennadiy Civil authored
Need this for bazel change
-
Gennadiy Civil authored
-
Gennadiy Civil authored
Fix build icon location
-
misterg authored
Fix bazel issue PiperOrigin-RevId: 223823930
-
Abseil Team authored
Applied fixes for ClangTidy modernize-use-override and modernize-use-using. PiperOrigin-RevId: 223800219
-
Abseil Team authored
Replace pump'd Args() matcher with variadic templates. PiperOrigin-RevId: 223794430
-
Siddhanjay Godre authored
-
- Nov 29, 2018
-
-
durandal authored
Fix: remove two added testcases that depend on gmock; I'll put them back later in a way that doesn't break the build. PiperOrigin-RevId: 223227562
-
durandal authored
Accept gmock matchers in EXPECT_EXIT and friends to allow matches other than simple regex matches on death output. PiperOrigin-RevId: 223035409
-
- Nov 27, 2018
-
-
Gennadiy Civil authored
PiperOrigin-RevId: 222861732
-
misterg authored
Internal Change PiperOrigin-RevId: 222412033
-
Gennadiy Civil authored
-
Gennadiy Civil authored
-
Gennadiy Civil authored
-
Gennadiy Civil authored
-
Gennadiy Civil authored
-
- Nov 22, 2018
-
-
Lukas Mosimann authored
-
- Nov 21, 2018
-
-
Gennadiy Civil authored
-
misterg authored
Fix broken OSS build PiperOrigin-RevId: 222244158
-
Abseil Team authored
Remove unintended dependency. PiperOrigin-RevId: 222243874
-
Abseil Team authored
Remove redundant Base/Derived types. PiperOrigin-RevId: 222243634
-
misterg authored
Silence C4100 msvc warning PiperOrigin-RevId: 222242329
-
misterg authored
Internal Change PiperOrigin-RevId: 222123106
-
Abseil Team authored
Add stringization based tests for gmock-pp.h macros PiperOrigin-RevId: 221961835
-
Abseil Team authored
Validate spec modifiers. PiperOrigin-RevId: 221810235
-
Abseil Team authored
Point IWYU at an existent path. PiperOrigin-RevId: 221797154
-
durandal authored
Move the Matcher<T> interface to googletest so I can use it to extend death test regex matching in a subsequent change. PiperOrigin-RevId: 221675910
-