Michael Hirshleifer
d1467f5813
GoogleTest FAQ: minor punctuation fixes
...
PiperOrigin-RevId: 565411290
Change-Id: I57e94c679183e39eec2a2835f330b52fc9302767
2 years ago
Michael Hirshleifer
728ec52d21
Remove Googletest FAQ entry for obsolete `ProtocolMessageEquals` and `ProtocolMessageEquiv`
...
* These long-dead variants of the proto matchers don't exist in the current version of Googletest.
* No evidence of external usage: [the only external references I see](https://www.google.com/search?q=%22protocolmessageequals%22+OR+%22protocolmessageequals%22 ) are copies of this guide. Possibly they were already removed by the time Googletest was publicly released.
PiperOrigin-RevId: 565358401
Change-Id: I61379b7333fa8ee19cd5520caedf2c539f54c2d7
2 years 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
2 years ago
sthd
5b5ef29950
Changed 3 public links from http to https
2 years ago
assafpr
b59ae848d1
Update faq.md
3 years ago
Abseil Team
cf942a5d69
Update GoogleTest documentation's spelling of "GoogleTest".
...
PiperOrigin-RevId: 451067898
Change-Id: I658ab92c4ea616736f0170ac4d1548bb15a944e2
3 years ago
Abseil Team
2d07f12b60
Fix run-on sentence
...
dispatch. It will use the definition from the class the constructor of which
PiperOrigin-RevId: 421291241
Change-Id: If81e3d6d3774edfbbb4baaec8a3cd96566b3b09c
3 years ago
Abseil Team
5b40153003
Googletest export
...
Format documentation
PiperOrigin-RevId: 388592443
4 years ago
Abseil Team
d5d6ff940b
Googletest export
...
Create Assertions Reference
PiperOrigin-RevId: 375824718
4 years ago
Abseil Team
66836f0a90
Googletest export
...
Minor formatting updates
PiperOrigin-RevId: 364935205
4 years ago
Abseil Team
4595745f72
Googletest export
...
Update explanation of `EXPECT_EQ(NULL, ptr)` in FAQ
PiperOrigin-RevId: 364626422
4 years ago
Abseil Team
d9c309fdab
Googletest export
...
Add files for GitHub Pages
PiperOrigin-RevId: 358289110
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
8c269618a4
Googletest export
...
Stop referring to Google's internal libraries in FAQ
PiperOrigin-RevId: 355060895
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
489283524e
Googletest export
...
Move all docs into top-level docs/ directory
PiperOrigin-RevId: 350211277
4 years ago
Abseil Team
efe703618c
Googletest export
...
Update note on static const data members for C++17.
Using `constexpr` provides a tidier solution, where applicable.
PiperOrigin-RevId: 343276402
5 years ago
Abseil Team
1fb1bb23bb
Googletest export
...
Update faq.md on underscore to mention `DISABLED_` prefix.
PiperOrigin-RevId: 334507963
5 years ago
Abseil Team
3d93f88081
Googletest export
...
internal change
PiperOrigin-RevId: 325799949
5 years ago
Ashik Paul
c4a5ee3ac0
Fixed some minor typos
5 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
hyuk.myeong
51f7396d40
Fix typo in documents
6 years ago
Abseil Team
6123df929d
Googletest export
...
Internal Change
PiperOrigin-RevId: 267457395
6 years ago
Abseil Team
8756ef9058
Googletest export
...
Add links to "sampleK_unittest.cc" examples. Fix some broken docs crosslinks.
PiperOrigin-RevId: 261169561
6 years ago
Krystian Kuzniarek
d384b8831f
fix numbering of ordered lists in Markdown
6 years ago
Gennadiy Civil
15756aa0c8
Manual docs tweaks still in preparation for including docs with code pushes
6 years ago
Gennadiy Civil
34ddfff946
Manual docs tweaks still in preparation for including docs with code pushes
6 years ago
Gennadiy Civil
834dff3b52
Documentation sync in preparation to including docs with full source sync
6 years ago
Prashant Jaikumar
ce58a5972b
Remove google internal links from documentation on github
6 years ago
Gennadiy Civil
5d3a2cd9c8
Update docs, TestCase->TestSuite
6 years ago
Arkady Shapkin
e6c407d605
Fix doc links
7 years ago
Wiktor Garbacz
db43df6df7
docs: fix broken links
7 years ago
Piotr Kąkol
309e8a271e
Updated broken and outdated URLs
7 years ago
Gennadiy Civil
5437926b22
Docs sync
7 years ago
Gennadiy Civil
3847aecb5f
Docs sync/internal
7 years ago
Gennadiy Civil
6a484baf06
Doc sync/internal
7 years ago
Gennadiy Civil
4490be8789
Rename FAQ.md to faq.md and adjust the links.
...
Part of documentation rationalization
7 years ago
Gennadiy Civil
8f87d00398
Rename AdvancedGuide.md to advanced.md and adjust the links.
...
7 years ago
Gennadiy Civil
de47b0d30c
Rename "Primer.md" to "primer.md" and adjust links. Part of the documentaion rationalzation
7 years ago
Troy Holsapple
c8510504dd
Fixed typos
7 years ago
Herbert Thielen
8866af0386
remove markdown stars (bold) from code examples
8 years ago
Jonathan Wakely
b70cf1a663
Use gender-neutral pronouns in comments and docs
8 years ago
Herbert Thielen
14cf7f574a
fix example's comment
8 years ago
David Seifert
9cacce4e5c
Add documentation for pkg-config
8 years ago
Eduardo Caceres
854b28f199
Minor style fixes
...
Typos, punctuation & broken links
8 years ago
Vincent Palancher
4568374a6e
Fixes a typo in FAQ.md
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
Caleb Morse
ebd1d0887c
Fix link to FAQ in Primer.md
10 years ago