1. 02 Jun, 2021 2 commits
  2. 21 May, 2021 2 commits
  3. 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
  4. 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
  5. 15 Apr, 2021 3 commits
  6. 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
  7. 25 Mar, 2021 2 commits
  8. 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
  9. 19 Feb, 2021 1 commit
  10. 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
  11. 11 Feb, 2021 1 commit
  12. 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
  13. 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
  14. 15 Jan, 2021 2 commits
  15. 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
  16. 27 Oct, 2020 2 commits
  17. 19 Oct, 2020 1 commit
    • Abseil Team's avatar
      Googletest export · 620659ed
      Abseil Team authored
      Fix typo in the "Assertion Placement" section
      
      PiperOrigin-RevId: 337435223
      620659ed
  18. 14 Oct, 2020 1 commit
  19. 24 Sep, 2020 1 commit
  20. 14 Aug, 2020 1 commit
    • krzysio's avatar
      Googletest export · adeef192
      krzysio authored
      Mention matchers as an alternative to assertions in subroutines.
      
      Matchers are often the better choice - they can provide more informative error messages and circumvent all of the complexity described in this section.
      
      PiperOrigin-RevId: 326332149
      adeef192
  21. 12 Aug, 2020 1 commit
  22. 29 Jul, 2020 1 commit
    • Abseil Team's avatar
      Googletest export · 68ca04c2
      Abseil Team authored
      Updated documentation for Value-Parameterized Tests: Per-default, a TEST_P without a corresponding INSTANTIATE_TEST_SUITE_P now causes a failing test.
      
      PiperOrigin-RevId: 323622468
      68ca04c2
  23. 09 Jul, 2020 1 commit
    • Abseil Team's avatar
      Googletest export · 70b90929
      Abseil Team authored
      Adding std:: namespace to string in the example
      
      PiperOrigin-RevId: 320327910
      70b90929
  24. 03 Jun, 2020 1 commit
    • Abseil Team's avatar
      Googletest export · df6813f5
      Abseil Team authored
      Modify NULL to nullptr in code examples
      
      PiperOrigin-RevId: 314150792
      df6813f5
  25. 14 May, 2020 1 commit
  26. 01 May, 2020 3 commits
  27. 24 Mar, 2020 1 commit
    • Abseil Team's avatar
      Googletest export · 1ced315a
      Abseil Team authored
      Add --gtest_fail_fast support to googletest.
      
        - Analogous functionality to to golang -test.failfast and python --failfast
        - Stops test execution upon first test failure.
        - Also add support Bazel equivalent env var (TESTBRIDGE_TEST_RUNNER_FAIL_FAST)
      
      PiperOrigin-RevId: 302488880
      1ced315a
  28. 19 Mar, 2020 1 commit