Abseil Team
d4e3b8cedf
Googletest export
...
Add CMake quickstart
PiperOrigin-RevId: 364437779
4 years ago
Abseil Team
32ad3c8c36
Googletest export
...
Add Bazel quickstart
PiperOrigin-RevId: 364419540
4 years ago
Abseil Team
e8512bc38c
Googletest export
...
Add missing period and use "that" in restrictive clause.
PiperOrigin-RevId: 361941663
4 years ago
Abseil Team
32983d211b
Googletest export
...
Fix enum names in a value-parameterized test example.
PiperOrigin-RevId: 360559723
4 years ago
Abseil Team
de41f8223c
Googletest export
...
Add Supported Platforms page to docs
PiperOrigin-RevId: 360307129
4 years ago
Abseil Team
3832a41ef9
Googletest export
...
Update links in index.md
PiperOrigin-RevId: 358956598
4 years ago
Abseil Team
1de637fbdd
Googletest export
...
Remove anchors from page titles in docs
PiperOrigin-RevId: 358474917
4 years ago
Abseil Team
d9c309fdab
Googletest export
...
Add files for GitHub Pages
PiperOrigin-RevId: 358289110
4 years ago
Abseil Team
7fb047bca3
Googletest export
...
Explain how to wrap matchers.
PiperOrigin-RevId: 357901293
4 years ago
Abseil Team
bc32a87452
Googletest export
...
Update the custom name example to not use underscores.
The NOTE a few blocks above specifically calls out that test names should not contain undersccores, so probably the example should not suggest using underscores.
PiperOrigin-RevId: 357204578
4 years ago
Abseil Team
1a5a78b9a9
Googletest export
...
Add files for GitHub Pages
PiperOrigin-RevId: 357096486
4 years ago
Abseil Team
e935e6c387
Googletest export
...
Internal change
PiperOrigin-RevId: 356867746
4 years ago
Abseil Team
609281088c
Googletest export
...
Docs cleanup
PiperOrigin-RevId: 356798444
4 years ago
Abseil Team
f3ef7e173f
Googletest export
...
Fix table formatting in cookbook
PiperOrigin-RevId: 355659722
4 years ago
Abseil Team
b6323d216d
Googletest export
...
Add a note to recommend against using `Property()` for functions that the test author does not own.
PiperOrigin-RevId: 355295183
4 years ago
Abseil Team
aea7f60bf5
Googletest export
...
Update description of `Property()` matcher
PiperOrigin-RevId: 355253498
4 years ago
Abseil Team
8599d312ce
Googletest export
...
Fix terminal output formatting in advanced guide
PiperOrigin-RevId: 355233178
4 years ago
Abseil Team
8c269618a4
Googletest export
...
Stop referring to Google's internal libraries in FAQ
PiperOrigin-RevId: 355060895
4 years ago
Abseil Team
726118846d
Googletest export
...
Document the fact that MatchAndExplain(T, MatchResultListener*) is supported.
PiperOrigin-RevId: 354172275
4 years ago
Abseil Team
273f8cb059
Googletest export
...
Add missing `is_gtest_matcher` to the polymorphic matcher example.
PiperOrigin-RevId: 353881883
4 years ago
Abseil Team
8a7618672a
Googletest export
...
Delete internal tags from docs
PiperOrigin-RevId: 353769887
4 years ago
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
4 years ago
Abseil Team
a1dde9b182
Googletest export
...
| `IsEmpty()` | `argument` is an empty string. |
PiperOrigin-RevId: 352880252
4 years ago
ofats
59dea67b81
Googletest export
...
Remove scripts for code generating together with related files.
PiperOrigin-RevId: 352805926
4 years ago
Abseil Team
14098f2015
Googletest export
...
Merge CONTRIBUTORS, delete LICENSEs in googletest/ and googlemock/
PiperOrigin-RevId: 352558822
4 years ago
Abseil Team
d128fc8252
Googletest export
...
Fixes #3222 , fixes #3225 , closes #3223
PiperOrigin-RevId: 352066131
4 years ago
Abseil Team
a2f906be69
Googletest export
...
Add "using is_gtest_matcher = void" to the DivisibleBy7Matcher example.
PiperOrigin-RevId: 351797821
4 years ago
Krystian Kuzniarek
1b4e47767f
fix a broken link
4 years ago
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
4 years ago
Abseil Team
489283524e
Googletest export
...
Move all docs into top-level docs/ directory
PiperOrigin-RevId: 350211277
4 years ago
Billy Donahue
affb09edf0
move googlemock files into googlemock/ subdir
10 years ago
Billy Donahue
1f87a0970d
Move everything in googletest into googletest/googletest
10 years ago
Billy Donahue
3e42adb74f
move versioned docs to version directories
10 years ago
Billy Donahue
872c422ec2
move CheatSheet.md into docs
10 years ago
Billy Donahue
3b6c87d413
Move all .md files from wiki into docs/ dir.
10 years ago
Billy Donahue
0075a69b4c
Update PumpManual.md
10 years ago
Billy Donahue
f26deb26d1
relative links to samples/
10 years ago
Billy Donahue
613e23a4bf
Move wiki .md files to docs/ folder.
10 years ago