1. 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
  2. 19 Aug, 2021 1 commit
  3. 05 Aug, 2021 1 commit
  4. 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
  5. 09 Jul, 2021 1 commit
  6. 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
  7. 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
  8. 13 Jun, 2021 1 commit
  9. 11 Jun, 2021 1 commit
  10. 09 Jun, 2021 2 commits
  11. 08 Jun, 2021 1 commit
  12. 02 Jun, 2021 4 commits
  13. 25 May, 2021 1 commit
  14. 21 May, 2021 2 commits
  15. 19 May, 2021 1 commit
  16. 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
  17. 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
  18. 29 Apr, 2021 4 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
    • Abseil Team's avatar
      Googletest export · 719fd2d3
      Abseil Team authored
      Update the `DescribeTo` signature in the code example at the Writing New Polymorphic Matchers section in gmock_cook_book.
      
      `os` should be a pointer to be consistent with the implementation, which dereference it as `*os`.
      
      PiperOrigin-RevId: 370693387
      719fd2d3
    • Abseil Team's avatar
      Googletest export · 6e8a8623
      Abseil Team authored
      internal change
      
      PiperOrigin-RevId: 370503556
      6e8a8623
  19. 15 Apr, 2021 3 commits
  20. 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
  21. 08 Apr, 2021 3 commits
    • Abseil Team's avatar
      Googletest export · 6a5eb807
      Abseil Team authored
      Update the example for Notify to use a lambda.
      It is much less boilerplate and easier to remember.
      
      PiperOrigin-RevId: 367284222
      6a5eb807
    • Abseil Team's avatar
      Googletest export · 8a65bc03
      Abseil Team authored
      Docs: Add examples for `FieldsAre` matcher
      PiperOrigin-RevId: 367263024
      8a65bc03
    • Abseil Team's avatar
      Googletest export · 54689b19
      Abseil Team authored
      Docs: Clarifying matcher in `Pointwise` and `UnorderedPointwise`
      PiperOrigin-RevId: 367059198
      54689b19
  22. 25 Mar, 2021 1 commit
    • Abseil Team's avatar
      Googletest export · c0dd0817
      Abseil Team authored
      Clarify explanation of mocking free functions
      
      PiperOrigin-RevId: 364943561
      c0dd0817