1. 03 Jan, 2019 2 commits
    • Chris's avatar
      fix: Correct *_main.cc paths · 0c0ca903
      Chris authored
      0c0ca903
    • Chris's avatar
      fix: Remove Arduino entry points · 4d62b5b9
      Chris authored
      Improved flexibility by removing the Arduino entry points in favor of manual calls to setup/loop that the user can call from their entry point.  This is the more common use case for Arudino.
      
      Also added the gtest/gmock_main files to the PlatformIO ignore list since we are not supporting that feature.
      4d62b5b9
  2. 29 Dec, 2018 2 commits
  3. 21 Dec, 2018 1 commit
  4. 15 Dec, 2018 2 commits
  5. 14 Dec, 2018 1 commit
  6. 13 Dec, 2018 3 commits
  7. 12 Dec, 2018 5 commits
  8. 11 Dec, 2018 2 commits
    • misterg's avatar
      Googletest export · 6cbd3753
      misterg authored
      rollback of 224929783
      
      PiperOrigin-RevId: 225008559
      6cbd3753
    • Abseil Team's avatar
      Googletest export · 06bb8d4d
      Abseil Team authored
      The gmock matchers have a concept of MatchAndExpain; where the details of the
      matching are written to a "result listener". A matcher can avoid creating
      expensive debug info by checking result_listener->IsInterested(); but,
      unfortunately, the default matcher code (called from EXPECT_THAT) is always
      "interested".
      
      This change implements EXPECT_THAT matching to first run the matcher in a "not
      interested" mode; and then run it a second time ("interested") only if the
      match fails.
      
      PiperOrigin-RevId: 224929783
      06bb8d4d
  9. 10 Dec, 2018 1 commit
  10. 07 Dec, 2018 1 commit
  11. 06 Dec, 2018 2 commits
  12. 05 Dec, 2018 2 commits
  13. 04 Dec, 2018 3 commits
  14. 03 Dec, 2018 8 commits
  15. 29 Nov, 2018 2 commits
    • durandal's avatar
      Googletest export · 8fbf9d16
      durandal authored
      Fix: remove two added testcases that depend on gmock; I'll put them back later in a way that doesn't break the build.
      PiperOrigin-RevId: 223227562
      8fbf9d16
    • durandal's avatar
      Googletest export · b22d2366
      durandal authored
      Accept gmock matchers in EXPECT_EXIT and friends to allow matches other than simple regex matches on death output.
      
      PiperOrigin-RevId: 223035409
      b22d2366
  16. 26 Nov, 2018 3 commits