1. 07 Oct, 2022 1 commit
  2. 27 Jun, 2022 1 commit
  3. 09 Jun, 2022 1 commit
  4. 27 May, 2022 1 commit
  5. 08 Mar, 2022 1 commit
  6. 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
  7. 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
  8. 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
  9. 16 Sep, 2021 1 commit
    • Abseil Team's avatar
      Googletest export · 6bfab0be
      Abseil Team authored
      Add a caveat section for potential memory leak with derived classes using `SetUpTestSuite`.
      
      PiperOrigin-RevId: 396986728
      6bfab0be
  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. 04 Aug, 2021 3 commits
    • Abseil Team's avatar
      Googletest export · 5b401530
      Abseil Team authored
      Format documentation
      
      PiperOrigin-RevId: 388592443
      5b401530
    • 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
  12. 02 Jun, 2021 2 commits
  13. 21 May, 2021 2 commits
  14. 13 May, 2021 1 commit
    • Abseil Team's avatar
      Googletest export · d69a1129
      Abseil Team authored
      Fix code in googletest parameterized name example.
      
      PiperOrigin-RevId: 373262838
      d69a1129
  15. 29 Apr, 2021 2 commits
    • Abseil Team's avatar
      Googletest export · 065a0c81
      Abseil Team authored
      Clean up links to Matchers Reference
      
      PiperOrigin-RevId: 370821457
      065a0c81
    • Abseil Team's avatar
      Googletest export · 680a5aa3
      Abseil Team authored
      Move matchers reference from cheat sheet into its own document
      
      PiperOrigin-RevId: 370749693
      680a5aa3
  16. 15 Apr, 2021 3 commits
  17. 13 Apr, 2021 1 commit
    • Abseil Team's avatar
      Googletest export · 486a4a6b
      Abseil Team authored
      Adds a warning about anonymous namespaces in relation to private testing.
      
      PiperOrigin-RevId: 367730808
      486a4a6b
  18. 25 Mar, 2021 2 commits
  19. 04 Mar, 2021 1 commit
    • Abseil Team's avatar
      Googletest export · 32983d21
      Abseil Team authored
      Fix enum names in a value-parameterized test example.
      
      PiperOrigin-RevId: 360559723
      32983d21
  20. 19 Feb, 2021 1 commit
  21. 18 Feb, 2021 2 commits
    • Abseil Team's avatar
      Googletest export · bc32a874
      Abseil Team authored
      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
      bc32a874
    • Abseil Team's avatar
      Googletest export · e935e6c3
      Abseil Team authored
      Internal change
      
      PiperOrigin-RevId: 356867746
      e935e6c3
  22. 11 Feb, 2021 1 commit
  23. 05 Feb, 2021 1 commit
    • Abseil Team's avatar
      Googletest export · 8599d312
      Abseil Team authored
      Fix terminal output formatting in advanced guide
      
      PiperOrigin-RevId: 355233178
      8599d312
  24. 26 Jan, 2021 2 commits
    • Abseil Team's avatar
      Googletest export · 8a761867
      Abseil Team authored
      Delete internal tags from docs
      
      PiperOrigin-RevId: 353769887
      8a761867
    • Abseil Team's avatar
      Googletest export · 14098f20
      Abseil Team authored
      Merge CONTRIBUTORS, delete LICENSEs in googletest/ and googlemock/
      
      PiperOrigin-RevId: 352558822
      14098f20
  25. 15 Jan, 2021 2 commits
  26. 14 Jan, 2021 1 commit
    • Abseil Team's avatar
      Googletest export · 48928352
      Abseil Team authored
      Move all docs into top-level docs/ directory
      
      PiperOrigin-RevId: 350211277
      48928352
  27. 27 Oct, 2020 1 commit