1. 24 Aug, 2020 2 commits
  2. 14 Aug, 2020 1 commit
    • 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
  3. 12 Aug, 2020 3 commits
    • Googletest export · 10ade847
      Abseil Team authored
      internal change
      
      PiperOrigin-RevId: 326080000
    • Googletest export · 6c655699
      dmauro authored
      Remove references to the GoogleTest mailing list
      Fixes #2966
      
      PiperOrigin-RevId: 326065972
    • Googletest export · 3d93f880
      Abseil Team authored
      internal change
      
      PiperOrigin-RevId: 325799949
  4. 07 Aug, 2020 5 commits
    • Merge pull request #2961 from FranciscoThiesen:patch-1 · 3af06fe1
      Derek Mauro authored
      PiperOrigin-RevId: 325429245
    • Merge pull request #2972 from srz-zumix:fix/remove_legacy_testcase_api_ · ce654c2f
      Derek Mauro authored
      PiperOrigin-RevId: 325220934
    • Googletest export · d0de618a
      Abseil Team authored
      Fixing exception-safety bug in googletest. Previously, if an exception was
      thrown during a call to a mock that would have triggered an error, the error
      was discarded.
      
      Fixes #2890
      
      PiperOrigin-RevId: 325017806
    • Googletest export · 5a5caab3
      Abseil Team authored
      Fix DoAll to work with move-only sink arguments.
      
      This changes types of the first n - 1 actions so that they only get a readonly
      view of the arguments. The last action will accept move only objects.
      
      PiperOrigin-RevId: 324619666
    • Googletest export · 48ec6409
      Abseil Team authored
      Fix DoAll to work with move-only sink arguments.
      
      This changes types of the first n - 1 actions so that they only get a readonly
      view of the arguments. The last action will accept move only objects.
      
      PiperOrigin-RevId: 324600664
  5. 05 Aug, 2020 1 commit
  6. 03 Aug, 2020 10 commits
  7. 02 Aug, 2020 1 commit
  8. 31 Jul, 2020 2 commits
  9. 30 Jul, 2020 1 commit
  10. 29 Jul, 2020 1 commit
    • 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
  11. 28 Jul, 2020 3 commits
  12. 19 Jul, 2020 1 commit
  13. 15 Jul, 2020 3 commits
  14. 11 Jul, 2020 1 commit
  15. 09 Jul, 2020 5 commits