summaryrefslogtreecommitdiff
path: root/googletest/docs
Commit message (Collapse)AuthorAgeFilesLines
* Googletest exportAbseil Team2021-01-136-4166/+4
| | | | | | Move all docs into top-level docs/ directory PiperOrigin-RevId: 350211277
* Merge pull request #3189 from ellert:gtest-help-test-GNU/kFreeBSDDerek Mauro2021-01-132-6/+6
| | | | PiperOrigin-RevId: 349349288
* Googletest exportAbseil Team2020-11-241-0/+2
| | | | | | Internal change: Add self-shortlink PiperOrigin-RevId: 343960442
* Googletest exportAbseil Team2020-11-241-0/+12
| | | | | | | | Update note on static const data members for C++17. Using `constexpr` provides a tidier solution, where applicable. PiperOrigin-RevId: 343276402
* Add instructions for sanitizer integrationElliott Brossard2020-10-271-0/+29
|
* Googletest exportAbseil Team2020-10-271-53/+53
| | | | | | I'm not sure how this relates to the GitHub repo. Could you please advise? PiperOrigin-RevId: 339060470
* Googletest exportAbseil Team2020-10-191-2/+2
| | | | | | Fix typo in the "Assertion Placement" section PiperOrigin-RevId: 337435223
* Googletest exportAbseil Team2020-10-141-2/+2
| | | | | | Prefer using over typedef. PiperOrigin-RevId: 337080404
* Googletest exportAbseil Team2020-09-301-0/+4
| | | | | | Update faq.md on underscore to mention `DISABLED_` prefix. PiperOrigin-RevId: 334507963
* Googletest exportAbseil Team2020-09-241-3/+5
| | | | | | Address OSS Issue #2463 https://github.com/google/googletest/issues/2463 PiperOrigin-RevId: 333289989
* Googletest exportkrzysio2020-08-141-0/+6
| | | | | | | | Mention matchers as an alternative to assertions in subroutines. Matchers are often the better choice - they can provide more informative error messages and circumvent all of the complexity described in this section. PiperOrigin-RevId: 326332149
* Googletest exportAbseil Team2020-08-124-0/+8
| | | | | | internal change PiperOrigin-RevId: 325799949
* Googletest exportAbseil Team2020-07-291-9/+5
| | | | | | Updated documentation for Value-Parameterized Tests: Per-default, a TEST_P without a corresponding INSTANTIATE_TEST_SUITE_P now causes a failing test. PiperOrigin-RevId: 323622468
* Fixed some minor typosAshik Paul2020-07-111-5/+5
|
* Googletest exportAbseil Team2020-07-091-2/+2
| | | | | | Adding std:: namespace to string in the example PiperOrigin-RevId: 320327910
* Googletest exportAbseil Team2020-06-021-3/+3
| | | | | | Modify NULL to nullptr in code examples PiperOrigin-RevId: 314150792
* Merge pull request #2698 from aribibek:patch-1Derek Mauro2020-05-281-1/+1
|\ | | | | | | PiperOrigin-RevId: 312342956
| * fix a link to documentationaribibek2020-02-061-1/+1
| | | | | | fix a documentation link on "how to customize the printing of the arguments"
* | Googletest exportAbseil Team2020-05-131-2/+1
| | | | | | | | | | | | Remove broken URL. PiperOrigin-RevId: 311377660
* | Merge pull request #2751 from calumr:quiet-flagvslashg2020-05-051-0/+6
|\ \ | | | | | | | | | PiperOrigin-RevId: 309958629
| * \ Merge branch 'master' into quiet-flagvslashg2020-03-271-0/+9
| |\ \
| * | | Add GTEST_BRIEF optionCalum Robinson2020-03-191-0/+6
| | | | | | | | | | | | | | | | Only prints failures and a total pass count
* | | | Googletest exportAbseil Team2020-05-011-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Fix documentation. This address https://github.com/google/googletest/pull/2827. PiperOrigin-RevId: 309241571
* | | | Googletest exportAbseil Team2020-05-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Use InitGoogleTest() instead of InitGoogle() in code example PiperOrigin-RevId: 308070819
* | | | Googletest exportAbseil Team2020-05-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Internal change PiperOrigin-RevId: 307040308
* | | | Merge pull request #2715 from kuzkry:document-premature-exit-file-protocolAndy Getz2020-04-041-0/+12
|\ \ \ \ | | | | | | | | | | | | | | | PiperOrigin-RevId: 304617903
| * | | | add documentation for the premature-exit-file protocolKrystian Kuzniarek2019-11-111-0/+12
| | | | |
* | | | | Merge pull request #2765 from kuzkry:unsupported-build-systemsAndy Getz2020-03-311-71/+0
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | PiperOrigin-RevId: 303742575
| * | | | remove chapters on Autotools, Meson and plain MakefilesKrystian Kuzniarek2020-03-241-71/+0
| | |/ / | |/| |
* | | | Googletest exportAbseil Team2020-03-241-0/+9
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Add --gtest_fail_fast support to googletest. - Analogous functionality to to golang -test.failfast and python --failfast - Stops test execution upon first test failure. - Also add support Bazel equivalent env var (TESTBRIDGE_TEST_RUNNER_FAIL_FAST) PiperOrigin-RevId: 302488880
* | | Googletest exportAbseil Team2020-02-071-0/+1
| |/ |/| | | | | | | | | Add documentation for ASSERT_DEBUG_DEATH/EXPECT_DEBUG_DEATH PiperOrigin-RevId: 292138974
* | Googletest exportAbseil Team2020-01-211-1/+1
| | | | | | | | | | | | Fix SCOPED_TRACE() message header in example PiperOrigin-RevId: 290800241
* | Googletest exportAbseil Team2020-01-161-1/+1
| | | | | | | | | | | | Correct the spelling of PARAMETERIZED. PiperOrigin-RevId: 289897278
* | Googletest exportAbseil Team2020-01-161-0/+11
| | | | | | | | | | | | | | | | | | | | Add GTEST_ALLOW_UNINSTANTIATED_PARAMTERIZED_TEST to mark a paramaterized test as allowed to be un-instantiated. This allows test suites, that are defined in libraries and, for other reasons, get linked in (which should probably be avoided, but isn't always possible) to be marked as allowed to go uninstantiated. This can also be used to grandfather existing issues and expedite adoption of the checks with regards to new cases before they can be fixed. PiperOrigin-RevId: 289581573
* | Googletest exportAbseil Team2019-12-051-1/+1
| | | | | | | | | | | | Update example Environment class destructor annotation PiperOrigin-RevId: 283986183
* | Rename test case to test suiteOleksandr Yefremov2019-11-271-1/+1
| |
* | Googletest exportAbseil Team2019-11-221-1/+1
|/ | | | | | Fix typo in the predicate assertion table. PiperOrigin-RevId: 281973457
* Googletest exportAbseil Team2019-10-291-5/+11
| | | | | | Editorial cleanup of the "write the main function" section PiperOrigin-RevId: 277102507
* Googletest exportAbseil Team2019-10-291-1/+7
| | | | | | Make it clearer that users should _not_ write their own main functions. PiperOrigin-RevId: 277079721
* move the pumping script to googlemockKrystian Kuzniarek2019-10-251-190/+0
|
* Googletest exportAbseil Team2019-10-231-0/+2
| | | | | | | | Split the scoped trace examples into two snippets. This doesn't have an effect in the github markdown renderer, but in some other renderers/templates, this leads them to be independently copy-pastable. In particular, the markdown rendering that Google uses internally has a copy button for each code snippet, which, before this change, would copy both lines. Bad copy button, no cookie! After this change, there will be two such buttons, one per line, and clicking a copy button will copy only the one snippet it is next to, and not the other. This is desirable because nobody will ever want to copy both lines, only one or the other. PiperOrigin-RevId: 276079009
* Googletest exportAbseil Team2019-10-221-1/+1
| | | | | | Typo in Registering tests programmatically section. Changed "were" to "where". PiperOrigin-RevId: 276060801
* Merge pull request #2448 from kuzkry:bad-googletest-exportGennadiy Civil2019-10-101-1/+1
|\ | | | | | | PiperOrigin-RevId: 273585026
| * square away the stuff that hasn't been merged in a manual reviewKrystian Kuzniarek2019-09-161-1/+1
| | | | | | | | | | This fixes up f2fb48c3 (a manual merge) that has abandoned some things from PR #2407.
* | Merge pull request #2495 from hyukmyeong:typoGennadiy Civil2019-10-072-8/+6
|\ \ | | | | | | | | | PiperOrigin-RevId: 273346440
| * | Fix typo in documentshyuk.myeong2019-10-012-8/+6
| |/
* | Merge pull request #2491 from SoapGentoo:fix-GNUInstallDirs-pkg-configGennadiy Civil2019-10-071-0/+78
|\ \ | |/ |/| | | PiperOrigin-RevId: 273342665
| * Add documentation for pkg-config in cross-compilation settingsDavid Seifert2019-10-051-0/+78
|/
* Googletest exportkuzkry2019-09-161-3/+4
| | | | | | | | | Merge 3bdefdb473d304803d2a38e2a2cd5cdc1827c3bd into fb49e6c164490a227bbb7cf5223b846c836a0305 Closes #2407 COPYBARA_INTEGRATE_REVIEW=https://github.com/google/googletest/pull/2407 from kuzkry:StaticAssertTypeEq 3bdefdb473d304803d2a38e2a2cd5cdc1827c3bd PiperOrigin-RevId: 269255328
* Googletest exportAbseil Team2019-09-121-1/+1
| | | | | | In the text fixtures section, point to the specific FAQ entry on constructors vs. `SetUp`. PiperOrigin-RevId: 268509969