summaryrefslogtreecommitdiffstats
path: root/googletest/docs
Commit message (Collapse)AuthorAgeFilesLines
* Support JSON output format in addition to XMLPetr Hosek2018-02-281-0/+201
| | | | | | This change allows emitting output in JSON format in addition to the already supported XML format. The implementation as well as the file structure is intentionally modelled after the XML one.
* TEST() arguments are invalid in an exampleAleksey Kozin2018-02-221-1/+1
| | | Both names must be valid C++ identifiers, and they should not contain underscore (`_`)
* Merge branch 'master' into assertrefs/pull/1439/headGennadiy Civil2018-02-091-1/+1
|\
| * Fixed typosrefs/pull/1446/headTroy Holsapple2018-02-081-1/+1
| |
* | Add ability to throw from ASSERTAlexey Sokolov2018-02-081-5/+25
|/ | | | | | | while not losing benefits of EXPECT, and not killing the whole test, as with --gtest_throw_on_failure. 183822976
* Update Documentation.mdrefs/pull/1428/headLI Daobing2018-01-261-1/+1
|
* upstream cl 182543808Gennadiy Civil2018-01-241-0/+11
|
* Use fully qualified in examplesrefs/pull/1407/headFedor Trushkin2018-01-181-2/+2
|
* Document ScopedTrace utilityFedor Trushkin2018-01-181-7/+9
|
* Refactor docs about contributions to CONTRIBUTING.md.Carlos O'Ryan2017-12-122-131/+1
| | | | Per the review comments.
* remove markdown stars (bold) from code examplesrefs/pull/1313/headHerbert Thielen2017-10-291-4/+4
|
* Use gender-neutral pronouns in comments and docsrefs/pull/1275/headJonathan Wakely2017-09-272-3/+3
|
* Merge pull request #1241 from aninf-wo/hethi/issue-635-old-linksGennadiy Civil2017-08-311-1/+1
|\ | | | | change links from former code.google.com to current github repository
| * change links from former code.google.com to current github repositoryrefs/pull/1241/headHerbert Thielen2017-08-311-1/+1
| |
* | fix example's commentHerbert Thielen2017-08-311-2/+2
|/
* Removed "Trivial" refs/pull/1237/headGennadiy Civil2017-08-301-1/+1
| | | Who knows? may not be very trivial given the code drift between internal and OSS
* removed internal link ( not allowed in OSS)Gennadiy Civil2017-08-301-1/+1
|
* Note that it is preferable for Googlers to create a CL internally firstScott Graham2017-08-301-0/+4
|
* fix SetUp/TearDownTestCase() in AdvancedGuiderefs/pull/1236/headHerbert Thielen2017-08-301-2/+2
| | | | fixes issue #1087
* Add documentation for pkg-configrefs/pull/1197/headDavid Seifert2017-08-142-0/+152
|
* Merge pull request #871 from tommyleo2/masterGennadiy Civil2017-08-111-1/+1
|\ | | | | Update Primer.md
| * Update Primer.mdrefs/pull/871/headtommyleo22016-09-021-1/+1
| | | | | | fix bug in string comparison assertions table where _str2_ is mistakenly written as _str_2
* | Merge pull request #1164 from aninf-wo/hethi/remove-old-docsGennadiy Civil2017-08-1121-11843/+6
|\ \ | | | | | | remove documentation of former versions - it's available in the commit history
| * | say "former version" instead of "released version"refs/pull/1164/headHerbert Thielen2017-08-101-1/+1
| | |
| * | Merge branch 'master' into hethi/remove-old-docsHerbert Thielen2017-08-093-7/+7
| |\ \
| * | | remove doc of former versionsHerbert Thielen2017-07-3020-11838/+0
| | | | | | | | | | | | | | | | | | | | | | | | The documentation of former versions is available in the history (e.g. by checking out the appropriate git tags), so there is no need to keep them in parallel to the current documentation.
| * | | remove obsolete reference to SVN trunkHerbert Thielen2017-07-301-3/+5
| | | |
* | | | Merge pull request #1192 from eduherminio/masterGennadiy Civil2017-08-114-12/+11
|\ \ \ \ | | | | | | | | | | Minor style fixes
| * | | | Minor style fixesrefs/pull/1192/headEduardo Caceres2017-08-104-12/+11
| | | | | | | | | | | | | | | Typos, punctuation & broken links
* | | | | Merge pull request #1178 from aninf-wo/hethi/testsuite-hintGennadiy Civil2017-08-101-0/+34
|\ \ \ \ \ | |/ / / / |/| | | | add note about different definitions of Test Case
| * | | | clarify distinction regarding Test Caserefs/pull/1178/headHerbert Thielen2017-08-101-5/+5
| | | | |
| * | | | be more specific on Test CaseHerbert Thielen2017-08-091-1/+1
| | | | |
| * | | | add note about different definitions of Test CaseHerbert Thielen2017-08-051-0/+34
| | | | | | | | | | | | | | | | | | | | | | | | | There are contradictory definitions of the term "test case", so prepare new users in Primer.md to avoid confusion.
* | | | | Punctuationrefs/pull/1185/headEduardo Cáceres2017-08-091-2/+2
| |_|/ / |/| | | | | | | Missing periods
* | | | Merge pull request #675 from theHacker/masterGennadiy Civil2017-08-081-0/+1
|\ \ \ \ | | | | | | | | | | Fix: Markdown in V1_7_Primer.md
| * | | | Fix: Markdown in V1_7_Primer.mdrefs/pull/675/headAlexander Münch2016-01-021-0/+1
| | | | | | | | | | | | | | | table "Basic Assertions" is now rendered correctly as table
* | | | | Merge pull request #909 from AsturaPhoenix/patch-1Gennadiy Civil2017-08-081-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | | Update Primer.md
| * | | | Update Primer.mdrefs/pull/909/headRoss Wang2016-10-181-1/+1
| | |_|/ | |/| | | | | | Correcting typo: "text fixture" => "test fixture"
* | | | Merge pull request #671 from mehagar/patch-1Gennadiy Civil2017-08-021-1/+1
|\ \ \ \ | | | | | | | | | | Fix typo in AdvancedGuide.md
| * | | | Fix typo in AdvancedGuide.mdrefs/pull/671/headmehagar2015-12-291-1/+1
| | |/ / | |/| |
* | | | Merge pull request #764 from flyd1005/wip-fix-typoGennadiy Civil2017-08-024-4/+4
|\ \ \ \ | | | | | | | | | | remove duplicated words
| * | | | remove duplicated wordsrefs/pull/764/headLi Peng2016-04-274-4/+4
| | |/ / | |/| | | | | | | | | | Signed-off-by: Li Peng <lip@dtdream.com>
* | | | Merge pull request #968 from nicolacavallini/link_typed_test_docsGennadiy Civil2017-08-021-2/+2
|\ \ \ \ | | | | | | | | | | added link to sample 6 in the documentation of typed test
| * | | | added link to sample 6 in the documentation of typed testrefs/pull/968/headnicolacavallini2016-12-231-2/+2
| |/ / /
* | | | fix links to Google C++ Style Guiderefs/pull/1165/headHerbert Thielen2017-07-301-2/+2
| |_|/ |/| |
* | | Merge pull request #1107 from lipk/patch-1Gennadiy Civil2017-07-261-1/+1
|\ \ \ | | | | | | | | Minor grammar fix in docs.
| * | | Remove unnecessary 'the'.refs/pull/1107/headlipk2017-05-301-1/+1
| |/ /
* | | Fixes a typo in FAQ.mdrefs/pull/1143/headVincent Palancher2017-07-051-1/+1
| | |
* | | Fixing float comparison broken linkrefs/pull/1113/headjorgehb2017-06-081-1/+1
|/ / | | | | Updating the link with a valid one. The old one was considered obsolete by the publisher.
* | Fix whitespace in paragraphrefs/pull/741/headManuel Binna2016-03-161-5/+4
| |