- 10 Feb, 2022 1 commit
-
-
Abseil Team authored
Add a 3-arg overload for ResultOf() matcher that takes a description string for better error messages. PiperOrigin-RevId: 427598749 Change-Id: I8c7a5d7b2dde017641534f1c7eed8dd56c33e845
-
- 14 Jan, 2022 1 commit
-
-
Dino Radakovic authored
PiperOrigin-RevId: 421915817 Change-Id: I22800e8943f9eb050304c521701d4040b1b7a914
-
- 12 Jan, 2022 1 commit
-
-
Abseil Team authored
dispatch. It will use the definition from the class the constructor of which PiperOrigin-RevId: 421291241 Change-Id: If81e3d6d3774edfbbb4baaec8a3cd96566b3b09c
-
- 04 Jan, 2022 1 commit
-
-
Ram Kumar K R authored
-
- 23 Dec, 2021 1 commit
-
-
Abseil Team authored
Clarify "package" means "Bazel package", and promote `testonly=True` rather than `testing` sub-directory. PiperOrigin-RevId: 417945818 Change-Id: I8686ee0414fb80269528677f291877a231d1c991
-
- 02 Dec, 2021 1 commit
-
-
Abseil Team authored
PiperOrigin-RevId: 413674665 Change-Id: I466f87348390f42434a70f183efdf0557be9dddd
-
- 25 Nov, 2021 1 commit
-
-
Ludger Paehler authored
-
- 15 Nov, 2021 1 commit
-
-
Derek Mauro authored
PiperOrigin-RevId: 410041507 Change-Id: I6ca514249a54e7fbe6d8fbf4f07317a39af40929
-
- 10 Nov, 2021 1 commit
-
-
Abseil Team authored
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
-
- 09 Nov, 2021 3 commits
-
-
Abseil Team authored
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
-
Abseil Team authored
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
-
Abseil Team authored
Style only change. Make use of advanced testing functions `FloatLE` and `DoubleLE` consistent. PiperOrigin-RevId: 407660542
-
- 03 Nov, 2021 1 commit
-
-
Abseil Team authored
Add docs section on test sharding Fixes #3622 PiperOrigin-RevId: 405712812
-
- 13 Oct, 2021 1 commit
-
-
Abseil Team authored
add missing using ::testing::DoAll when DoAll used in example PiperOrigin-RevId: 402416497
-
- 24 Sep, 2021 1 commit
-
-
Christian Clauss authored
-
- 17 Sep, 2021 1 commit
-
-
Vertexwahn authored
-
- 16 Sep, 2021 2 commits
-
-
Christian Clauss authored
-
Abseil Team authored
Add a caveat section for potential memory leak with derived classes using `SetUpTestSuite`. PiperOrigin-RevId: 396986728
-
- 20 Aug, 2021 1 commit
-
-
Abseil Team authored
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
-
- 19 Aug, 2021 1 commit
-
-
theidexisted authored
-
- 05 Aug, 2021 1 commit
-
-
Berke authored
-
- 04 Aug, 2021 4 commits
-
-
Abseil Team authored
Format documentation PiperOrigin-RevId: 388592443
-
Abseil Team authored
Introduce a new matcher for unescaping Base-64 strings to gmock. PiperOrigin-RevId: 388471904
-
Abseil Team authored
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
-
Abseil Team authored
Proliferation of inclusive language. PiperOrigin-RevId: 387535677
-
- 09 Jul, 2021 1 commit
-
-
Abseil Team authored
Remove unneeded using ::std::get; PiperOrigin-RevId: 383688097
-
- 07 Jul, 2021 1 commit
-
-
Abseil Team authored
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
-
- 30 Jun, 2021 1 commit
-
-
Abseil Team authored
Implement 'Contains(e).Times(n)' matcher modifier which allows to test for arbitrary occurrences including absence with Times(0). PiperOrigin-RevId: 382210276
-
- 13 Jun, 2021 1 commit
-
-
Hyuk Myeong authored
-
- 11 Jun, 2021 1 commit
-
-
Abseil Team authored
Internal change PiperOrigin-RevId: 378672633
-
- 09 Jun, 2021 2 commits
-
-
Abseil Team authored
Add CNAME file for custom domain PiperOrigin-RevId: 378384525
-
Abseil Team authored
Update broken link PiperOrigin-RevId: 378272186
-
- 08 Jun, 2021 1 commit
-
-
Abseil Team authored
Add CNAME file for custom domain PiperOrigin-RevId: 377604116
-
- 02 Jun, 2021 4 commits
-
-
Abseil Team authored
Create new Testing API reference PiperOrigin-RevId: 376969148
-
Abseil Team authored
Create new Mocking Reference PiperOrigin-RevId: 376951575
-
Abseil Team authored
Fix broken link PiperOrigin-RevId: 375995669
-
Abseil Team authored
Create Assertions Reference PiperOrigin-RevId: 375824718
-
- 25 May, 2021 1 commit
-
-
Abseil Team authored
Add Google Analytics & footer PiperOrigin-RevId: 375539689
-
- 21 May, 2021 2 commits
-
-
Abseil Team authored
Add missing link PiperOrigin-RevId: 374774097
-
Abseil Team authored
Remove inapplicable example PiperOrigin-RevId: 374762004
-