1. 15 Apr, 2021 1 commit
  2. 05 Feb, 2021 1 commit
    • platisd's avatar
      Do not include void into mocked method arguments · 46b18857
      platisd authored
      If a function that takes no arguments explicitly states (void)
      then do not include it in the mocked method argument list
      since it triggers static assertions that expect no arguments
      to be present.
      
      Fixes (?) #3261
      46b18857
  3. 14 Jan, 2021 1 commit
    • Abseil Team's avatar
      Googletest export · 95a9bdd9
      Abseil Team authored
      Use an OrderedDict to store templated_types in the AST so that gmock knows how to properly construct the templated Mock class.
      
      This is necessary for functions that make use of the templated typename as an argument or return type.
      
      PiperOrigin-RevId: 349405731
      95a9bdd9
  4. 26 Jun, 2020 1 commit
    • Abseil Team's avatar
      Googletest export · 05c4a036
      Abseil Team authored
      Update auto_mock to support C++17 nested namespaces
      
      PiperOrigin-RevId: 318192214
      05c4a036
  5. 11 Feb, 2020 3 commits
    • Abseil Team's avatar
      Googletest export · d0930731
      Abseil Team authored
      Fix gmock_gen to use MOCK_METHOD instead of old style macros.  Fix several
      related bugs in argument parsing and return types.
      - handle commas more correctly in return types
      - handle commas correctly in arguments
      - handle default values more correctly
      
      PiperOrigin-RevId: 294435093
      d0930731
    • Abseil Team's avatar
      Googletest export · 56de7cc8
      Abseil Team authored
      Fix gmock_gen to use MOCK_METHOD instead of old style macros.
      
      PiperOrigin-RevId: 294360947
      56de7cc8
    • Abseil Team's avatar
      Googletest export · 360f5f70
      Abseil Team authored
      Fix gmock_gen to use MOCK_METHOD instead of old style macros.
      
      PiperOrigin-RevId: 294332975
      360f5f70
  6. 29 Oct, 2019 2 commits
  7. 23 Oct, 2019 1 commit
    • Abseil Team's avatar
      Googletest export · 37f32278
      Abseil Team authored
      Add a matcher `testing::ReturnRoundRobin` which, on each call, returns the next element in the sequence, restarting at the beginning once it has reached the end.
      
      PiperOrigin-RevId: 276312136
      37f32278
  8. 23 May, 2018 1 commit
    • Gennadiy Civil's avatar
      · 8977af0e
      Gennadiy Civil authored
      formatting changes 
      8977af0e
  9. 08 Feb, 2018 1 commit
  10. 10 Aug, 2017 1 commit
  11. 25 Aug, 2015 1 commit