- 30 Jun, 2022 1 commit
-
-
Derek Mauro authored
v1.12.x is the last branch to support C++11 Future releases will require at least C++14 PiperOrigin-RevId: 458250106 Change-Id: Ibee2248649ff3c13daaa179135887848bf730f3f
-
- 13 Jun, 2022 1 commit
-
-
Abseil Team authored
PiperOrigin-RevId: 454677195 Change-Id: I7a1419e22d617db41a5c310bc6f6158ba4cec1ab
-
- 09 Jun, 2022 1 commit
-
-
Abseil Team authored
Update googletest docs to indicate that RE2 is now used for regexp implementation when building with Bazel and using Abseil. PiperOrigin-RevId: 454012698 Change-Id: I3a9df78368ffe3cb7cf3d315001125b97b1aebbe
-
- 27 May, 2022 1 commit
-
-
elixir authored
PiperOrigin-RevId: 451439108 Change-Id: I8929df21d53cbe6c42e38653e1bb0cac72fc36f9
-
- 26 May, 2022 1 commit
-
-
Abseil Team authored
PiperOrigin-RevId: 451067898 Change-Id: I658ab92c4ea616736f0170ac4d1548bb15a944e2
-
- 24 May, 2022 1 commit
-
-
Abseil Team authored
PiperOrigin-RevId: 450721917 Change-Id: I34d63a65b7158975abd46a9a14cded75439e7e7f
-
- 11 May, 2022 1 commit
-
-
Aaron Jacobs authored
So that it can be referenced in conversion operators for actions that need to know the concrete return type. PiperOrigin-RevId: 447889344 Change-Id: I643d3298bc8effd08741282a956c221f9d67d378
-
- 28 Apr, 2022 1 commit
-
-
Abseil Team authored
Rewrite "Testing a Certain Property of an Object" as "Defining a Custom Matcher Class", and fix the code examples. PiperOrigin-RevId: 445252626 Change-Id: I9f038cb669d3da6743606343c2341fc59725d722
-
- 09 Apr, 2022 1 commit
-
-
Abseil Team authored
This provides a type-safe way for an action to express that it wants to be called only once, or to capture move-only objects. It is a generalization of the type system-evading hack in ByMove, with the improvement that it works for _any_ action (including user-defined ones), and correctly expresses that the action can only be used with WillOnce. I'll make existing actions benefit in a future commit. PiperOrigin-RevId: 440496139 Change-Id: I4145d191cca5655995ef41360bb126c123cb41d3
-
- 04 Apr, 2022 1 commit
-
-
Abseil Team authored
PiperOrigin-RevId: 439427291 Change-Id: I3cac035e732fb3fe4f9c314657932a55269e0416
-
- 21 Mar, 2022 1 commit
-
-
Abseil Team authored
PiperOrigin-RevId: 436268062 Change-Id: I3161b36121f78acf920d66fe121b2f1d5e5707b9
-
- 08 Mar, 2022 1 commit
-
-
Szymon Sobik authored
-
- 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
-