1. 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
  2. 11 Feb, 2021 1 commit
  3. 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
  4. 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
  5. 15 Jan, 2021 2 commits
  6. 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
  7. 27 Oct, 2020 2 commits
  8. 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
  9. 14 Oct, 2020 1 commit
  10. 24 Sep, 2020 1 commit
  11. 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
  12. 12 Aug, 2020 1 commit
  13. 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
  14. 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
  15. 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
  16. 14 May, 2020 1 commit
  17. 01 May, 2020 3 commits
  18. 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
  19. 19 Mar, 2020 1 commit
  20. 07 Feb, 2020 1 commit
    • Abseil Team's avatar
      Googletest export · 7bc671b8
      Abseil Team authored
      Add documentation for ASSERT_DEBUG_DEATH/EXPECT_DEBUG_DEATH
      
      PiperOrigin-RevId: 292138974
      7bc671b8
  21. 21 Jan, 2020 1 commit
    • Abseil Team's avatar
      Googletest export · 10b1902d
      Abseil Team authored
      Fix SCOPED_TRACE() message header in example
      
      PiperOrigin-RevId: 290800241
      10b1902d
  22. 16 Jan, 2020 2 commits
    • Abseil Team's avatar
      Googletest export · 8b4817e3
      Abseil Team authored
      Correct the spelling of PARAMETERIZED.
      
      PiperOrigin-RevId: 289897278
      8b4817e3
    • Abseil Team's avatar
      Googletest export · 0b024bd9
      Abseil Team authored
      Add GTEST_ALLOW_UNINSTANTIATED_PARAMTERIZED_TEST to mark a paramaterized test as allowed to be un-instantiated.
      
      This allows test suites, that are defined in libraries and, for other reasons, get linked in (which should probably be avoided, but isn't always possible) to be marked as allowed to go uninstantiated.
      
      This can also be used to grandfather existing issues and expedite adoption of the checks with regards to new cases before they can be fixed.
      
      PiperOrigin-RevId: 289581573
      0b024bd9
  23. 05 Dec, 2019 1 commit
    • Abseil Team's avatar
      Googletest export · 2002f267
      Abseil Team authored
      Update example Environment class destructor annotation
      
      PiperOrigin-RevId: 283986183
      2002f267
  24. 22 Nov, 2019 1 commit
    • Abseil Team's avatar
      Googletest export · 679bfec6
      Abseil Team authored
      Fix typo in the predicate assertion table.
      
      PiperOrigin-RevId: 281973457
      679bfec6
  25. 11 Nov, 2019 1 commit
  26. 23 Oct, 2019 1 commit
    • Abseil Team's avatar
      Googletest export · aa1146da
      Abseil Team authored
      Split the scoped trace examples into two snippets.
      
      This doesn't have an effect in the github markdown renderer, but in some other renderers/templates, this leads them to be independently copy-pastable. In particular, the markdown rendering that Google uses internally has a copy button for each code snippet, which, before this change, would copy both lines. Bad copy button, no cookie! After this change, there will be two such buttons, one per line, and clicking a copy button will copy only the one snippet it is next to, and not the other. This is desirable because nobody will ever want to copy both lines, only one or the other.
      
      PiperOrigin-RevId: 276079009
      aa1146da
  27. 22 Oct, 2019 1 commit
    • Abseil Team's avatar
      Googletest export · f1afeaa6
      Abseil Team authored
      Typo in Registering tests programmatically section. Changed "were" to "where".
      
      PiperOrigin-RevId: 276060801
      f1afeaa6
  28. 01 Oct, 2019 1 commit
  29. 16 Sep, 2019 2 commits
  30. 15 Aug, 2019 1 commit
  31. 01 Aug, 2019 2 commits