aboutsummaryrefslogtreecommitdiffstats
path: root/googletest/docs
Commit message (Collapse)AuthorAgeFilesLines
* Googletest exportHEADmasterAbseil 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
* Googletest exportAbseil Team2019-09-101-43/+42
| | | | | | Some mechanical and grammatical fixes to the Primer. PiperOrigin-RevId: 268200783
* Googletest exportAbseil Team2019-09-062-2/+2
| | | | | | Internal Change PiperOrigin-RevId: 267457395
* Googletest exportAbseil Team2019-08-281-1/+1
| | | | | | Fix invalid g3doc syntax highlighting languages. PiperOrigin-RevId: 265905539
* Googletest exportAbseil Team2019-08-151-4/+0
| | | | | | Internal change, documentation only. PiperOrigin-RevId: 262554386
* Merge pull request #2378 from kuzkry:markdown-tableGennadiy Civil2019-08-071-9/+7
|\ | | | | | | PiperOrigin-RevId: 262135359
| * fix an improperly generated tableKrystian Kuzniarek2019-08-071-9/+3
|/
* Merge pull request #2341 from ChrisBaish:masterGennadiy Civil2019-08-021-12/+10
|\ | | | | | | PiperOrigin-RevId: 261344735
| * Moved explanation to single line as wellChris Baish2019-07-191-12/+6
| |
| * Moved table to single linesChris Baish2019-07-191-12/+12
| |
| * Merge remote-tracking branch 'upstream/master' into primer_md_table_updateChris Baish2019-07-195-112/+120
| |\
| * | Update primer.mdChris Baish2019-07-181-10/+10
| | | | | | | | | Correct formatting in table
* | | Merge pull request #2361 from guillemglez:masterGennadiy Civil2019-08-021-36/+41
|\ \ \ | | | | | | | | | | | | PiperOrigin-RevId: 261340959
| * | | Fix table formatting in advanced.mdGuillem González Vela2019-08-011-36/+23
| | | |
* | | | Googletest exportAbseil Team2019-08-013-21/+38
|/ / / | | | | | | | | | | | | | | | Add links to "sampleK_unittest.cc" examples. Fix some broken docs crosslinks. PiperOrigin-RevId: 261169561
* | | Merge pull request #2355 from kuzkry:markdown-numberingGennadiy Civil2019-07-303-28/+28
|\ \ \ | | | | | | | | | | | | PiperOrigin-RevId: 260782065
| * | | fix numbering of ordered lists in MarkdownKrystian Kuzniarek2019-07-303-28/+28
| | |/ | |/|
* | | Merge pull request #2338 from kuzkry:environment-documentationGennadiy Civil2019-07-291-3/+3
|\ \ \ | | | | | | | | | | | | PiperOrigin-RevId: 260559531
| * | | explicitly show overriding to align examples to their commentsKrystian Kuzniarek2019-07-181-2/+2
| | | |
| * | | document a missing parent classKrystian Kuzniarek2019-07-181-1/+1
| | |/ | |/|
* | | Fix small errors in primer.mdRytis Karpuška2019-07-231-2/+2
| |/ |/|
* | Manual docs tweaks still in preparation for including docs with code pushesGennadiy Civil2019-07-182-107/+115
| |
* | Manual docs tweaks still in preparation for including docs with code pushesGennadiy Civil2019-07-182-2/+2
| |