Krystian Kuzniarek
da76d01b98
remove a custom implementation of std::is_reference
6 years ago
Abseil Team
0adeadd283
Googletest export
...
Refactor the `Invoke` and `InvokeWithoutArgs` actions:
- Replace pump'd classes and functions with templates.
- Make the polymorphic actions be polymorphic functors instead.
- Fix Invoke(Callback*) to work with subclasses of the callbacks, instead of trying to diagnose that in gmock_doctor.
PiperOrigin-RevId: 229604112
6 years ago
Abseil Team
aac18185eb
Googletest export
...
Upgrade WithArgs family of actions to C++11.
PiperOrigin-RevId: 221671690
7 years ago
Abseil Team
7d3b73c85a
Unconditionally use std::tuple.
...
Remove all mention of TR1 tuple and our own implementation of tuple.
PiperOrigin-RevId: 216395043
7 years ago
Gennadiy Civil
a3c0dd0f4d
Comments changes, no functionality changes
7 years ago
Gennadiy Civil
984cba30ed
Formatting changes for automatic code management
7 years ago
Billy Donahue
affb09edf0
move googlemock files into googlemock/ subdir
10 years ago
kosak
6b81780310
Makes DoubleNear() print the diff between the actual and the expected value when the match fails.
...
Also fix bogus MSVC warning about "alignment of a member was sensitive to packing".
Also bring in gtest 701.
11 years ago
kosak
bd0188320d
Export tuple and friends in the ::testing namespace.
11 years ago
kosak
b93d0f10d5
Make Google Mock build cleanly on Visual Studio 2010, 2012, 2013.
12 years ago
zhanyong.wan
658ac0b71a
Indents preprocessor directives.
14 years ago
zhanyong.wan
2321b2a675
Adds action SaveArgPointee.
15 years ago
zhanyong.wan
53e08c44dd
Include gtest and gmock headers as user headers instead of system headers.
15 years ago
zhanyong.wan
e3bd0981ca
Implements ReturnPointee() and ReturnRefOfCopy().
15 years ago
vladlosev
e2e8ba401d
Renames test script flags.
15 years ago
zhanyong.wan
02f7106557
Moves the universal printer from gmock to gtest (by Vlad Losev).
15 years ago
zhanyong.wan
32de5f5376
Fixes a slew of compiler warnings and turns on "warning as error" in the scons build.
16 years ago
zhanyong.wan
a18423e0ee
Re-organizes the file structure for actions.
16 years ago