summaryrefslogtreecommitdiffstats
path: root/googletest/docs
Commit message (Collapse)AuthorAgeFilesLines
...
* Incremental doc changes in preparation for doc syncGennadiy Civil2019-06-191-15/+21
|
* Renaming doc files to make the file names more palatable and in preparation ↵Gennadiy Civil2019-06-192-4/+4
| | | | for including documentation in sync process
* small docs restucture and cleanupGennadiy Civil2019-06-191-0/+0
|
* small docs restucture and cleanupGennadiy Civil2019-06-191-0/+0
|
* Merge pull request #2287 from PhilLab/patch-1Gennadiy Civil2019-06-171-11/+11
|\ | | | | docs/primer: Fixed usage of test case
| * docs/primer: Fixed usage of test caserefs/pull/2287/headPhilipp Hasper2019-06-161-11/+11
| | | | | | | | According to the nomenclature, what was called a test case is actually a test suite
* | Merge pull request #2286 from gennadiycivil/masterGennadiy Civil2019-06-171-3/+3
|\ \ | |/ |/| Removing make and automake.
| * doc is still validGennadiy Civil2019-06-131-3/+52
| |
| * Removing make and automake. The only supported build systems are Bazel ↵Gennadiy Civil2019-06-131-49/+0
| | | | | | | | internally and CMake community supported
* | Documentation sync working on the documentation being included with the codeGennadiy Civil2019-06-141-18/+15
|/
* removing obsolete language from docs, CMake and Bazel is the only supporeted ↵Gennadiy Civil2019-06-103-159/+66
| | | | build methods
* Update advanced.mdGennadiy Civil2019-05-171-0/+61
| | | Adding back section that was lost in merge
* Handle GTEST_SKIP() when calling `Environment::SetUp()`refs/pull/2203/headEnji Cooper2019-03-301-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gtest prior to this change would completely ignore `GTEST_SKIP()` if called in `Environment::SetUp()`, instead of bailing out early, unlike `Test::SetUp()`, which would cause the tests themselves to be skipped. The only way (prior to this change) to skip the tests would be to trigger a fatal error via `GTEST_FAIL()`. Desirable behavior, in this case, when dealing with `Environment::SetUp()` is to check for prerequisites on a system (example, kernel supports a particular featureset, e.g., capsicum), and skip the tests. The alternatives prior to this change would be undesirable: - Failing sends the wrong message to the test user, as the result of the tests is indeterminate, not failed. - Having to add per-test class abstractions that override `SetUp()` to test for the capsicum feature set, then skip all of the tests in their respective SetUp fixtures, would be a lot of human and computational work; checking for the feature would need to be done for all of the tests, instead of once for all of the tests. For those reasons, making `Environment::SetUp()` handle `GTEST_SKIP()`, by not executing the testcases, is the most desirable solution. In order to properly diagnose what happened when running the tests if they are skipped, print out the diagnostics in an ad hoc manner. Update the documentation to note this change and integrate a new test, gtest_skip_in_environment_setup_test, into the test suite. This change addresses #2189. Signed-off-by: Enji Cooper <yaneurabeya@gmail.com>
* Update googletest/docs/advanced.mdrefs/pull/2193/headGennadiy Civil2019-03-211-1/+1
| | | Co-Authored-By: antismap <michael.thenault@gmail.com>
* Note about INSTANTIATE_TEST_SUITE_P / INSTANTIATE_TEST_CASE_P keyword changeantismap2019-03-211-0/+2
| | | See https://github.com/google/googletest/issues/2065
* Fix grammatical error in primer.mdrefs/pull/2152/headRyan Sinnet2019-02-251-1/+1
|
* Fix an invalid example of JSON report in advanced.mdrefs/pull/2103/headKeiichi Watanabe2019-02-051-5/+4
| | | | | | | This is just a mistake in the document. Google Test doesn't output such an invalid JSON report. Signed-off-by: Keiichi Watanabe <keiichiw@chromium.org>
* Repeat #2090 refs/pull/2091/headGennadiy Civil2019-01-301-1/+1
| | | Testing
* Update docs, TestCase->TestSuiteGennadiy Civil2019-01-033-108/+106
|
* Update advanced.mdGennadiy Civil2018-10-231-1/+1
| | | Fixes #1802
* Update primer.mdGennadiy Civil2018-10-051-5/+2
| | | fixes #1709
* Fix doc linksrefs/pull/1809/headArkady Shapkin2018-09-044-5/+5
|
* Merge pull request #1803 from KindDragon/patch-2Gennadiy Civil2018-09-042-5/+5
|\ | | | | Update documentation to syntax highlight code
| * Update documentation to syntax highlight coderefs/pull/1803/headArkady Shapkin2018-09-032-5/+5
| |
* | Fix #1805: add `.md` to hyperlinkrefs/pull/1806/headAndrew Siplas2018-09-041-1/+1
|/
* Fix broken FAQ link in primer.mdrefs/pull/1794/headSteven Santos Erenst2018-08-291-1/+1
| | | The current link pointed to a non existing section in the FAQ.
* docs: fix more broken links to sections in Advanced guiderefs/pull/1754/headVadim Kotov2018-08-201-3/+3
|
* docs: fixed broken references to sections in Advanced guideVadim Kotov2018-08-201-2/+2
|
* std references shouldn't be fully qualifiedrefs/pull/1748/headVadim Berezniker2018-08-171-4/+4
|
* - Fix the broken markdown tablerefs/pull/1731/headYi Zheng2018-08-131-55/+39
| | | | - Fix some format issue
* docs: fix broken linksWiktor Garbacz2018-08-092-4/+5
|
* Updated broken and outdated URLsPiotr Kąkol2018-07-254-18/+18
|
* Update primer.mdrefs/pull/1678/headStian Valle2018-07-211-12/+6
|
* Update primer.mdStian Valle2018-07-211-12/+12
|
* Update primer.mdStian Valle2018-07-211-7/+7
|
* Merge pull request #1667 from hckr/patch-1Gennadiy Civil2018-07-181-2/+2
|\ | | | | Fix broken links to FAQ in primer.md
| * Fix broken links to FAQ in primer.mdrefs/pull/1667/headJakub Młokosiewicz2018-07-161-2/+2
| |
* | Docs syncGennadiy Civil2018-07-173-1915/+1716
|/
* more formatting [skip ci]refs/pull/1656/headGennadiy Civil2018-07-111-17/+0
|
* formatting, [ci skip]Gennadiy Civil2018-07-111-1/+1
|
* Fix heading Gennadiy Civil2018-07-101-1/+1
| | | [skip ci]
* Docs syncGennadiy Civil2018-07-102-313/+373
| | | [ci skip]
* Docs sync/internalrefs/pull/1631/headGennadiy Civil2018-06-131-32/+32
|
* Doc sync/internalGennadiy Civil2018-06-131-2/+2
|
* Removed "Documentation.md" not adding value and not consitent with internal docsrefs/pull/1624/headGennadiy Civil2018-06-111-16/+0
|
* Rename Samples.md to samples.md and adjust the linksGennadiy Civil2018-06-113-2/+2
|
* Rename FAQ.md to faq.md and adjust the links. Gennadiy Civil2018-06-114-4/+4
| | | Part of documentation rationalization
* Rename AdvancedGuide.md to advanced.md and adjust the links. Gennadiy Civil2018-06-114-12/+12
| | | Part of documentation rationalization work
* Rename "Primer.md" to "primer.md" and adjust links. Part of the documentaion ↵Gennadiy Civil2018-06-114-4/+4
| | | | rationalzation
* 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.