1. 25 Nov, 2021 1 commit
  2. 15 Nov, 2021 1 commit
  3. 10 Nov, 2021 1 commit
    • Abseil Team's avatar
      Googletest export · 9ca071b6
      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
      9ca071b6
  4. 09 Nov, 2021 3 commits
    • Abseil Team's avatar
      Googletest export · 79efd968
      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
      79efd968
    • Abseil Team's avatar
      Googletest export · aa486f16
      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
      aa486f16
    • Abseil Team's avatar
      Googletest export · d4e084a1
      Abseil Team authored
      Style only change. Make use of advanced testing functions `FloatLE` and `DoubleLE` consistent.
      
      PiperOrigin-RevId: 407660542
      d4e084a1
  5. 03 Nov, 2021 1 commit
    • Abseil Team's avatar
      Googletest export · 7cf37a18
      Abseil Team authored
      Add docs section on test sharding
      
      Fixes #3622
      
      PiperOrigin-RevId: 405712812
      7cf37a18
  6. 13 Oct, 2021 1 commit
    • Abseil Team's avatar
      Googletest export · 178cfacb
      Abseil Team authored
      add missing using ::testing::DoAll when DoAll used in example
      
      PiperOrigin-RevId: 402416497
      178cfacb
  7. 24 Sep, 2021 1 commit
  8. 17 Sep, 2021 1 commit
  9. 16 Sep, 2021 2 commits
  10. 20 Aug, 2021 1 commit
    • Abseil Team's avatar
      Googletest export · 2f80c2ba
      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
      2f80c2ba
  11. 19 Aug, 2021 1 commit
  12. 05 Aug, 2021 1 commit
  13. 04 Aug, 2021 4 commits
    • Abseil Team's avatar
      Googletest export · 5b401530
      Abseil Team authored
      Format documentation
      
      PiperOrigin-RevId: 388592443
      5b401530
    • Abseil Team's avatar
      Googletest export · 652ec31f
      Abseil Team authored
      Introduce a new matcher for unescaping Base-64 strings to gmock.
      
      PiperOrigin-RevId: 388471904
      652ec31f
    • Abseil Team's avatar
      Googletest export · c22ce887
      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
      c22ce887
    • Abseil Team's avatar
      Googletest export · 29d25406
      Abseil Team authored
      Proliferation of inclusive language.
      
      PiperOrigin-RevId: 387535677
      29d25406
  14. 09 Jul, 2021 1 commit
  15. 07 Jul, 2021 1 commit
    • Abseil Team's avatar
      Googletest export · 8306020a
      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
      8306020a
  16. 30 Jun, 2021 1 commit
    • Abseil Team's avatar
      Googletest export · 4ec4cd23
      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
      4ec4cd23
  17. 13 Jun, 2021 1 commit
  18. 11 Jun, 2021 1 commit
  19. 09 Jun, 2021 2 commits
  20. 08 Jun, 2021 1 commit
  21. 02 Jun, 2021 4 commits
  22. 25 May, 2021 1 commit
  23. 21 May, 2021 2 commits
  24. 19 May, 2021 1 commit
  25. 18 May, 2021 1 commit
    • Abseil Team's avatar
      Googletest export · eb6e9273
      Abseil Team authored
      Docs: Clarify that expectations must be set before mocks are exercised
      PiperOrigin-RevId: 373644072
      eb6e9273
  26. 13 May, 2021 4 commits
    • Abseil Team's avatar
      Googletest export · d69a1129
      Abseil Team authored
      Fix code in googletest parameterized name example.
      
      PiperOrigin-RevId: 373262838
      d69a1129
    • Abseil Team's avatar
      Googletest export · 97f96cbc
      Abseil Team authored
      Clean up heading levels and mention `::testing` namespace in Matchers Reference
      
      PiperOrigin-RevId: 373242122
      97f96cbc
    • Abseil Team's avatar
      Googletest export · 5cfc63dd
      Abseil Team authored
      Fix links in Matchers Reference
      
      PiperOrigin-RevId: 372436732
      5cfc63dd
    • Abseil Team's avatar
      Googletest export · 7e5a3a57
      Abseil Team authored
      Move actions reference into independent document
      
      PiperOrigin-RevId: 371828549
      7e5a3a57