summaryrefslogtreecommitdiffstats
path: root/docs/advanced.md
Commit message (Collapse)AuthorAgeFilesLines
* Update advanced.mdElior Schneider2023-08-201-1/+1
| | | http to https
* Changed 2 public links from http to httpssthd2023-08-111-2/+2
|
* Specify SetUpTestSuite is required to be public.Abseil Team2023-08-101-4/+4
| | | | | PiperOrigin-RevId: 555578256 Change-Id: I9366fc99ae953c29e468fcddb4be203c9c05661b
* Replace `const char*` with `absl::string_view` as the latter is preferred.Abseil Team2023-03-241-4/+4
| | | | | PiperOrigin-RevId: 519122695 Change-Id: I7dcf969d15d26ccc4b376e3ab6db7f4c08c7386f
* Revise documentation to include AbslStringifyPhoebe Liang2023-03-201-88/+111
| | | | | PiperOrigin-RevId: 518039451 Change-Id: Ife548d0f83266746ce1981bea31e70e6b43027c9
* Added a missing semicolon for GTEST_FLAG_SET code snippet.Abseil Team2023-02-231-1/+1
| | | | | PiperOrigin-RevId: 511858980 Change-Id: I0f9e6ffdeb8ae809d662eb3ff46eab5a109a8d93
* Make document and example code more clear in the caveat section for ↵Abseil Team2023-01-261-5/+11
| | | | | | | potential memory leak with `SetUpTestSuite`. PiperOrigin-RevId: 504706717 Change-Id: I5842a4569f81f6c0d636099b5cdaabe778996949
* Add documentation for `--gunit_recreate_environments_when_repeating`.Abseil Team2022-11-031-2/+6
| | | | | PiperOrigin-RevId: 485895339 Change-Id: I09b0f535941531ef7bcb74593d385891d56b3e32
* Clarify that parameter generator does not evaluate immediatelyAbseil Team2022-10-241-0/+5
| | | | | | | | This aims to avoid confusion as to what kinds of computations are valid inside a parameter generator expression, calling out flags as a supported use case. PiperOrigin-RevId: 483397027 Change-Id: I2d036fae95120d617f30a5566ea7498ce1f9bfb6
* Update the POSIX Extended section of the Regular Expression Wikipedia pageAbseil Team2022-10-071-1/+1
| | | | | PiperOrigin-RevId: 479667644 Change-Id: I4ab03bd5f0520f8586667de8bd1b9443f241337a
* Update advanced.mdassafpr2022-06-271-5/+5
| | | master branch changed to main branch in links
* Update googletest docs to indicate that RE2 is now used for regexp ↵Abseil Team2022-06-091-2/+4
| | | | | | | implementation when building with Bazel and using Abseil. PiperOrigin-RevId: 454012698 Change-Id: I3a9df78368ffe3cb7cf3d315001125b97b1aebbe
* Clarify that `this->` is needed to access members of type-parameterized tests.elixir2022-05-271-0/+4
| | | | | PiperOrigin-RevId: 451439108 Change-Id: I8929df21d53cbe6c42e38653e1bb0cac72fc36f9
* Merge pull request #3774 from sobczyk:mainCopybara-Service2022-03-151-4/+17
|\ | | | | | | | | PiperOrigin-RevId: 434738675 Change-Id: I7c8de4004bac6b750674d19e3e79c0695a42652e
| * Adjust documentation regarding xml and json source file location otput.Szymon Sobik2022-03-081-4/+16
|/
* Googletest exportAbseil Team2021-11-101-1/+3
| | | | | | | | Revert CL that updated example for SetUpTestSuite/TearDownTestSuite to initialize static member variables inline. It seems that non-const static data members for some reason still must be initialized out-of-line. PiperOrigin-RevId: 408913846
* Googletest exportAbseil Team2021-11-091-3/+1
| | | | | | | | Update example for SetUpTestSuite/TearDownTestSuite to use modern C++ standards. Currently it is using an outdated C++ construct (defining static member variables separately from the declaration). PiperOrigin-RevId: 408663014
* Googletest exportAbseil Team2021-11-091-0/+1
| | | | | | | | | | | | Add missing InitGoogleTest line in "Registering tests" example code Copying the original code gives the following error message """ IMPORTANT NOTICE - DO NOT IGNORE: This test program did NOT call testing::InitGoogleTest() before calling RUN_ALL_TESTS(). This is INVALID. Soon Google Test will start to enforce the valid usage. Please fix it ASAP, or IT WILL START TO FAIL. """ PiperOrigin-RevId: 408385714
* Googletest exportAbseil Team2021-11-091-2/+5
| | | | | | Style only change. Make use of advanced testing functions `FloatLE` and `DoubleLE` consistent. PiperOrigin-RevId: 407660542
* Googletest exportAbseil Team2021-11-031-0/+52
| | | | | | | | Add docs section on test sharding Fixes #3622 PiperOrigin-RevId: 405712812
* Googletest exportAbseil Team2021-09-161-1/+10
| | | | | | Add a caveat section for potential memory leak with derived classes using `SetUpTestSuite`. PiperOrigin-RevId: 396986728
* Googletest exportAbseil Team2021-08-201-3/+3
| | | | | | | | Standardize access to GoogleTest flags on GTEST_FLAG_GET/GTEST_FLAG_SET Custom implementations can decide how access to flags is performed depending on the implementation of flags being used. PiperOrigin-RevId: 391971115
* Googletest exportAbseil Team2021-08-041-20/+16
| | | | | | Format documentation PiperOrigin-RevId: 388592443
* Googletest exportAbseil Team2021-08-041-2/+2
| | | | | | | | Standardize access to GoogleTest flags on GTEST_FLAG_GET/GTEST_FLAG_SET Custom implementations can decide how access to flags is performed depending on the implementation of flags being used. PiperOrigin-RevId: 388181424
* Googletest exportAbseil Team2021-08-041-4/+4
| | | | | | Proliferation of inclusive language. PiperOrigin-RevId: 387535677
* Googletest exportAbseil Team2021-06-021-48/+27
| | | | | | Create new Testing API reference PiperOrigin-RevId: 376969148
* Googletest exportAbseil Team2021-06-021-362/+51
| | | | | | Create Assertions Reference PiperOrigin-RevId: 375824718
* Googletest exportAbseil Team2021-05-211-1/+1
| | | | | | Add missing link PiperOrigin-RevId: 374774097
* Googletest exportAbseil Team2021-05-211-11/+0
| | | | | | Remove inapplicable example PiperOrigin-RevId: 374762004
* Googletest exportAbseil Team2021-05-131-1/+1
| | | | | | Fix code in googletest parameterized name example. PiperOrigin-RevId: 373262838
* Googletest exportAbseil Team2021-04-291-3/+2
| | | | | | Clean up links to Matchers Reference PiperOrigin-RevId: 370821457
* Googletest exportAbseil Team2021-04-291-13/+8
| | | | | | Move matchers reference from cheat sheet into its own document PiperOrigin-RevId: 370749693
* Merge pull request #3174 from sebkraemer:issue-15644Derek Mauro2021-04-261-0/+32
|\ | | | | | | PiperOrigin-RevId: 369696657
| * Apply missing suggestions from code review for GTEST_SKIPrefs/pull/3174/headSebastian Krämer2021-04-151-11/+17
| | | | | | Co-authored-by: Eric Schmidt <shibumi@google.com>
| * Apply suggestions from code review for GTEST_SKIP documentation Sebastian Krämer2021-04-151-1/+1
| | | | | | | | | | Extended example and some rewording by @ericschmidtatwork, thank you. Co-authored-by: Eric Schmidt <shibumi@google.com>
| * Add subsection for GTEST_SKIP documentationSebastian Krämer2021-04-151-0/+26
|/ | | | | | | A subsection "Skipping test execution" was added to document GTEST_SKIP and where it can be used. relates issue #1544
* Googletest exportAbseil Team2021-04-131-4/+5
| | | | | | Adds a warning about anonymous namespaces in relation to private testing. PiperOrigin-RevId: 367730808
* Googletest exportAbseil Team2021-03-251-6/+6
| | | | | | Code style cleanup in docs PiperOrigin-RevId: 364907938
* Googletest exportAbseil Team2021-03-251-30/+34
| | | | | | Update advanced.md PiperOrigin-RevId: 364839958
* Googletest exportAbseil Team2021-03-041-2/+2
| | | | | | Fix enum names in a value-parameterized test example. PiperOrigin-RevId: 360559723
* Googletest exportAbseil Team2021-02-191-0/+17
| | | | | | Add files for GitHub Pages PiperOrigin-RevId: 358289110
* Googletest exportAbseil Team2021-02-181-3/+3
| | | | | | | | Update the custom name example to not use underscores. The NOTE a few blocks above specifically calls out that test names should not contain undersccores, so probably the example should not suggest using underscores. PiperOrigin-RevId: 357204578
* Googletest exportAbseil Team2021-02-181-15/+5
| | | | | | Internal change PiperOrigin-RevId: 356867746
* Googletest exportAbseil Team2021-02-111-8/+8
| | | | | | Docs cleanup PiperOrigin-RevId: 356798444
* Googletest exportAbseil Team2021-02-051-32/+19
| | | | | | Fix terminal output formatting in advanced guide PiperOrigin-RevId: 355233178
* Googletest exportAbseil Team2021-01-261-4/+0
| | | | | | Delete internal tags from docs PiperOrigin-RevId: 353769887
* Googletest exportAbseil Team2021-01-261-2/+2
| | | | | | Merge CONTRIBUTORS, delete LICENSEs in googletest/ and googlemock/ PiperOrigin-RevId: 352558822
* Googletest exportAbseil Team2021-01-151-1/+1
| | | | | | Fixes #3222, fixes #3225, closes #3223 PiperOrigin-RevId: 352066131
* fix a broken linkrefs/pull/3214/headKrystian Kuzniarek2021-01-151-1/+1
|
* Googletest exportAbseil Team2021-01-141-0/+2640
Move all docs into top-level docs/ directory PiperOrigin-RevId: 350211277