summaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
...
* 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-10-131-0/+1
| | | | | | add missing using ::testing::DoAll when DoAll used in example PiperOrigin-RevId: 402416497
* Fix remaining typos discovered by codespellrefs/pull/3581/headChristian Clauss2021-09-241-1/+1
|
* Merge pull request #3573 from cclauss:patch-1dinord2021-09-231-3/+3
|\ | | | | | | PiperOrigin-RevId: 397998384
| * Fix typos discovered by codespellrefs/pull/3573/headChristian Clauss2021-09-161-3/+3
| |
* | Remove bazelbuild/rules_cc dependencyrefs/pull/3574/headVertexwahn2021-09-171-14/+0
|/
* Googletest exportAbseil Team2021-09-161-1/+10
| | | | | | Add a caveat section for potential memory leak with derived classes using `SetUpTestSuite`. PiperOrigin-RevId: 396986728
* Merge pull request #3531 from theidexisted:patch-1CJ Johnson2021-08-261-4/+1
|\ | | | | | | PiperOrigin-RevId: 392720416
| * Simplify example code with c++11refs/pull/3531/headtheidexisted2021-08-191-4/+1
| |
* | 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
* typo fix gmock_cook_bookrefs/pull/3511/headBerke2021-08-051-1/+1
|
* Googletest exportAbseil Team2021-08-043-30/+25
| | | | | | Format documentation PiperOrigin-RevId: 388592443
* Googletest exportAbseil Team2021-08-041-10/+11
| | | | | | Introduce a new matcher for unescaping Base-64 strings to gmock. PiperOrigin-RevId: 388471904
* 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-07-091-1/+0
| | | | | | Remove unneeded using ::std::get; PiperOrigin-RevId: 383688097
* Googletest exportAbseil Team2021-07-071-0/+1
| | | | | | | | Add `Conditional` wrapper to gtest This follows an initial proposal for an 'EqIff` matcher. `Conditional` was considered more precise as an EqIff() matcher may suffer from `Iff` not being universally understood. PiperOrigin-RevId: 383407665
* Googletest exportAbseil Team2021-06-301-0/+1
| | | | | | Implement 'Contains(e).Times(n)' matcher modifier which allows to test for arbitrary occurrences including absence with Times(0). PiperOrigin-RevId: 382210276
* Merge pull request #3443 from hyukmyeong:typodinord2021-06-225-12/+12
|\ | | | | | | PiperOrigin-RevId: 380705469
| * fix typosrefs/pull/3443/headHyuk Myeong2021-06-135-12/+12
|/
* Googletest exportAbseil Team2021-06-111-1/+1
| | | | | | Internal change PiperOrigin-RevId: 378672633
* Googletest exportAbseil Team2021-06-091-1/+0
| | | | | | Add CNAME file for custom domain PiperOrigin-RevId: 378384525
* Googletest exportAbseil Team2021-06-091-3/+3
| | | | | | Update broken link PiperOrigin-RevId: 378272186
* Googletest exportAbseil Team2021-06-081-0/+1
| | | | | | Add CNAME file for custom domain PiperOrigin-RevId: 377604116
* Googletest exportAbseil Team2021-06-023-48/+1460
| | | | | | Create new Testing API reference PiperOrigin-RevId: 376969148
* Googletest exportAbseil Team2021-06-024-153/+605
| | | | | | Create new Mocking Reference PiperOrigin-RevId: 376951575
* Googletest exportAbseil Team2021-06-021-3/+2
| | | | | | Fix broken link PiperOrigin-RevId: 375995669
* Googletest exportAbseil Team2021-06-027-581/+704
| | | | | | Create Assertions Reference PiperOrigin-RevId: 375824718
* Googletest exportAbseil Team2021-05-252-13/+25
| | | | | | Add Google Analytics & footer PiperOrigin-RevId: 375539689
* 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-191-1/+1
| | | | | | Fix a comment in a code snippet. PiperOrigin-RevId: 374504337
* Googletest exportAbseil Team2021-05-183-29/+25
| | | | | Docs: Clarify that expectations must be set before mocks are exercised PiperOrigin-RevId: 373644072
* Googletest exportAbseil Team2021-05-131-1/+1
| | | | | | Fix code in googletest parameterized name example. PiperOrigin-RevId: 373262838
* Googletest exportAbseil Team2021-05-131-14/+15
| | | | | | Clean up heading levels and mention `::testing` namespace in Matchers Reference PiperOrigin-RevId: 373242122
* Googletest exportAbseil Team2021-05-131-3/+3
| | | | | | Fix links in Matchers Reference PiperOrigin-RevId: 372436732
* Googletest exportAbseil Team2021-05-133-111/+118
| | | | | | Move actions reference into independent document PiperOrigin-RevId: 371828549
* Googletest exportAbseil Team2021-04-292-4/+4
| | | | | | Clean up links to Matchers Reference PiperOrigin-RevId: 370821457
* Googletest exportAbseil Team2021-04-296-300/+301
| | | | | | Move matchers reference from cheat sheet into its own document PiperOrigin-RevId: 370749693
* Googletest exportAbseil Team2021-04-291-1/+1
| | | | | | | | Update the `DescribeTo` signature in the code example at the Writing New Polymorphic Matchers section in gmock_cook_book. `os` should be a pointer to be consistent with the implementation, which dereference it as `*os`. PiperOrigin-RevId: 370693387
* Googletest exportAbseil Team2021-04-291-1/+1
| | | | | | internal change PiperOrigin-RevId: 370503556
* 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