Abseil Team
8c269618a4
Googletest export
...
Stop referring to Google's internal libraries in FAQ
PiperOrigin-RevId: 355060895
2021-02-05 10:40:10 -08:00
Abseil Team
726118846d
Googletest export
...
Document the fact that MatchAndExplain(T, MatchResultListener*) is supported.
PiperOrigin-RevId: 354172275
2021-02-05 10:39:39 -08:00
Abseil Team
273f8cb059
Googletest export
...
Add missing `is_gtest_matcher` to the polymorphic matcher example.
PiperOrigin-RevId: 353881883
2021-01-26 15:43:54 -05:00
Abseil Team
8a7618672a
Googletest export
...
Delete internal tags from docs
PiperOrigin-RevId: 353769887
2021-01-26 15:43:46 -05:00
Abseil Team
e3827e4e40
Googletest export
...
Updates the gMock cheat sheet to include the versions of the Field and Property matchers which take an additional name parameter.
PiperOrigin-RevId: 353273968
2021-01-26 15:43:20 -05:00
Abseil Team
a1dde9b182
Googletest export
...
| `IsEmpty()` | `argument` is an empty string. |
PiperOrigin-RevId: 352880252
2021-01-26 15:43:12 -05:00
ofats
59dea67b81
Googletest export
...
Remove scripts for code generating together with related files.
PiperOrigin-RevId: 352805926
2021-01-26 15:43:04 -05:00
Abseil Team
14098f2015
Googletest export
...
Merge CONTRIBUTORS, delete LICENSEs in googletest/ and googlemock/
PiperOrigin-RevId: 352558822
2021-01-26 15:42:13 -05:00
Abseil Team
d128fc8252
Googletest export
...
Fixes #3222 , fixes #3225 , closes #3223
PiperOrigin-RevId: 352066131
2021-01-15 15:54:03 -05:00
Derek Mauro
5ae6e6e7e1
Merge pull request #3214 from kuzkry:broken-link
...
PiperOrigin-RevId: 352044381
2021-01-15 15:53:55 -05:00
Abseil Team
a2f906be69
Googletest export
...
Add "using is_gtest_matcher = void" to the DivisibleBy7Matcher example.
PiperOrigin-RevId: 351797821
2021-01-15 15:53:22 -05:00
Krystian Kuzniarek
1b4e47767f
fix a broken link
2021-01-15 12:04:18 +01:00
Abseil Team
c13c27a513
Googletest export
...
Change Matcher<T> to allow binding an implementation by value directly:
- Drop the requirement of MatcherInterface. Doing manual type erasure avoid
extra layers in many cases.
- Avoid the adaptor for `MatcherInterface<T>` and `MatcherInterface<const T&>` mismatch.
- Use a small object optimization when possible. This makes things like
`_` and `Eq(1)` really cheap and do not require memory allocations.
- Migrate some matchers to the new model to speed them up and to test the new framework. More matchers to come in future changes.
PiperOrigin-RevId: 350580998
2021-01-13 20:59:20 -05:00
Abseil Team
489283524e
Googletest export
...
Move all docs into top-level docs/ directory
PiperOrigin-RevId: 350211277
2021-01-13 20:59:12 -05:00
Billy Donahue
1f87a0970d
Move everything in googletest into googletest/googletest
2015-08-25 16:18:00 -04:00
Billy Donahue
0075a69b4c
Update PumpManual.md
2015-08-22 18:41:22 -04:00
Billy Donahue
f26deb26d1
relative links to samples/
2015-08-22 18:36:16 -04:00
Billy Donahue
613e23a4bf
Move wiki .md files to docs/ folder.
2015-08-22 17:35:22 -04:00