Abseil Team
6eb225cb88
Add anchor for expectation ordering note
...
PiperOrigin-RevId: 606736565
Change-Id: Ifad0b34e1deeec1374377d733375c6210896d0d3
9 months ago
sthd
f0eae4b399
changed http to https
1 year ago
Dino Radakovic
c374da15c5
googletest: Replace http with https in links to docs
...
This is a prerequisite for #4341
PiperOrigin-RevId: 559132807
Change-Id: Iadc961913e0ff107c5333dae17be5f8638663836
1 year ago
Abseil Team
c875c4e224
Adjust includes to use <> instead of "", consistent with quickstart pages.
...
Right now, gtest documentation uses different #include syntax. The quickstart
pages (e.g., http://google.github.io/googletest/quickstart-bazel.html#create-and-run-a-binary ) are checked in with `#include <gtest/gtest.h>` However, other
documentation (such as the primer) uses `#include "gtest/gtest.h"` (e.g.,
https://google.github.io/googletest/primer.html#writing-the-main-function ).
PiperOrigin-RevId: 551878641
Change-Id: Iab93cc1da3ef4870a07b624071b75d6e9d3568c1
1 year ago
Abseil Team
c9044ba3dd
Trying to make it more clear: this is probably not about mock classes, but about mocked classes
...
PiperOrigin-RevId: 439427291
Change-Id: I3cac035e732fb3fe4f9c314657932a55269e0416
3 years ago
Abseil Team
d81ae2f0bf
Clarify "package" means "Bazel package", and promote `testonly=True` rather than `testing` sub-directory.
...
PiperOrigin-RevId: 417945818
Change-Id: I8686ee0414fb80269528677f291877a231d1c991
3 years ago
Hyuk Myeong
1745a405eb
fix typos
3 years ago
Abseil Team
eb6e9273dc
Googletest export
...
Docs: Clarify that expectations must be set before mocks are exercised
PiperOrigin-RevId: 373644072
4 years ago
Abseil Team
680a5aa337
Googletest export
...
Move matchers reference from cheat sheet into its own document
PiperOrigin-RevId: 370749693
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
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
609281088c
Googletest export
...
Docs cleanup
PiperOrigin-RevId: 356798444
4 years ago
Abseil Team
8a7618672a
Googletest export
...
Delete internal tags from docs
PiperOrigin-RevId: 353769887
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
489283524e
Googletest export
...
Move all docs into top-level docs/ directory
PiperOrigin-RevId: 350211277
4 years ago
Abseil Team
8ccc5ec5c0
Googletest export
...
Removing a semicolon that triggers a lint error in sample code.
PiperOrigin-RevId: 337095451
4 years ago
Abseil Team
10ade8473b
Googletest export
...
internal change
PiperOrigin-RevId: 326080000
4 years ago
Abseil Team
e5613588a1
Googletest export
...
Normalize headers in gMock docs
Increasing Header levels on two pages, to better match other pages in the same directory.
PiperOrigin-RevId: 318280892
4 years ago
Abseil Team
a09ea700d3
Googletest export
...
Fix `-Wgnu-zero-variadic-macro-arguments` in GMock
Passing zero arguments to the variadic part of a macro is a GNU
extension and triggers warnings when build projects using GMock with
`-pedantic`.
- Fix uses of `GMOCK_PP_INTERNAL_16TH` to always receive at least 17
arguments. (this was triggered when `GMOCK_PP_NARG` or `GMOCK_PP_HAS_COMMA`
were used with an argument containing no commas).
- Fix `GMOCK_PP_HEAD` to append a dummy unused argument so that
`GMOCK_PP_INTERNAL_HEAD` always has two arguments.
PiperOrigin-RevId: 310414611
5 years ago
Abseil Team
1293297874
Googletest export
...
internal change
PiperOrigin-RevId: 308648034
5 years ago
Abseil Team
749148f1ac
Googletest export
...
Internal change
PiperOrigin-RevId: 302048013
5 years ago
hyuk.myeong
51f7396d40
Fix typo in documents
5 years ago
Abseil Team
d1ad644db4
Googletest export
...
Update broken links.
PiperOrigin-RevId: 264405918
5 years ago
Abseil Team
410b52985e
Googletest export
...
Fix a broken link about selecting overloaded methods.
PiperOrigin-RevId: 263807775
5 years ago
Abseil Team
3835e15d72
Googletest export
...
Fix a link to the guide for creating custom matchers.
PiperOrigin-RevId: 262572684
5 years ago
Abseil Team
f8f5fcab3b
Googletest export
...
Fix broken links.
PiperOrigin-RevId: 262123510
5 years ago
Abseil Team
b4961ab1cb
Googletest export
...
Fix broken link.
PiperOrigin-RevId: 261940226
5 years ago
Abseil Team
8756ef9058
Googletest export
...
Add links to "sampleK_unittest.cc" examples. Fix some broken docs crosslinks.
PiperOrigin-RevId: 261169561
5 years ago
Abseil Team
3821ecd573
Googletest export
...
Fix broken link.
PiperOrigin-RevId: 260548004
5 years ago
Gennadiy Civil
bb481d2da6
Manual docs tweaks still in preparation for including docs with code pushes
5 years ago
Gennadiy Civil
15756aa0c8
Manual docs tweaks still in preparation for including docs with code pushes
5 years ago
Gennadiy Civil
34ddfff946
Manual docs tweaks still in preparation for including docs with code pushes
5 years ago
Gennadiy Civil
4ab6f4d709
Preparation for including docs in round-trip with OSS. Manual review and merge docs internal-OSS
5 years ago
Gennadiy Civil
31ff597888
Preparation for including docs in round-trip with OSS
5 years ago
Krystian Kuzniarek
1d5b7cc1e2
rename and apply snake_case on FrequentlyAskedQuestions.md
5 years ago
Krystian Kuzniarek
92d92f2f55
rename and apply snake_case on ForDummies.md
5 years ago
Krystian Kuzniarek
275bbc7884
rename and apply snake_case on CheatSheet.md
5 years ago
Gennadiy Civil
5ed950c9e3
Renaming doc files to make the file names more palatable and in preparation for including documentation in sync process
5 years ago
Ivaylo Kirov
dc62d1e76d
Update ForDummies.md
6 years ago
Arkady Shapkin
e6c407d605
Fix doc links
6 years ago
Arkady Shapkin
de9675986f
Update documentation to syntax highlight code
6 years ago
Piotr Kąkol
309e8a271e
Updated broken and outdated URLs
6 years ago
Gennadiy Civil
8f87d00398
Rename AdvancedGuide.md to advanced.md and adjust the links.
...
7 years ago
Alex Yursha
4f68ab5b84
Fix ellipsis position in examples
7 years ago
Jose Nino
5c279131db
docs: fix broken link
7 years ago
Jose Nino
38ec2a1df6
docs: fix broken link from dummies guide to cook book
8 years ago
Simon Glass
0fdf78b966
Fix a few documentation nits in the mock dummies guide
...
Add a hyphen to 'ad hoc' and change 'distance' to plural.
8 years ago
Paul Wilkinson
83d3b47acf
Fix formatting in AdvancedGuide.md
...
Put occurrences of "#include" in a code span so they are not interpreted
as headers.
Other documents were not broken because the #include was not at the
start of the line, but put them in code spans anyway just in case the
text gets refilled in the future.
9 years ago