Skip to content
Snippets Groups Projects
  1. Aug 04, 2020
  2. Aug 01, 2020
  3. Jul 30, 2020
    • 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
  4. Jul 29, 2020
    • Abseil Team's avatar
      Googletest export · 18a9aeda
      Abseil Team authored
      Internal documentation change.
      
      PiperOrigin-RevId: 323612305
      18a9aeda
    • ofats's avatar
      Googletest export · c6430992
      ofats authored
      Stop using ADL for InvokeArgument action.
      
      PiperOrigin-RevId: 323234396
      c6430992
  5. Jul 20, 2020
  6. Jul 16, 2020
  7. Jul 11, 2020
  8. Jul 10, 2020
  9. Jul 06, 2020
    • Abseil Team's avatar
      Googletest export · 356f2d26
      Abseil Team authored
      Improve compatibility with strict compilers targeting Windows
      
      Remove an unnecessary ##, which could result in warnings about invalid preprocessor tokens when pasting to an initial '('
      
      PiperOrigin-RevId: 319277617
      356f2d26
  10. Jul 02, 2020
  11. Jun 27, 2020
  12. Jun 20, 2020
  13. Jun 19, 2020
    • Abseil Team's avatar
      Googletest export · c6e309b2
      Abseil Team authored
      gtest.cc: fix a couple typos
      
      s/paramaterized/parameterized/
      
      PiperOrigin-RevId: 316878900
      c6e309b2
  14. Jun 16, 2020
    • Abseil Team's avatar
      Googletest export · 549c5d06
      Abseil Team authored
      gMock Cookbook: Fix incorrect comment about EXPECT priority order
      
      It's actually the last matching expectation that's used, not the first.
      
      PiperOrigin-RevId: 316490770
      549c5d06
  15. Jun 13, 2020
    • dmauro's avatar
      Googletest export · 8567b092
      dmauro authored
      Adds support for printing pointers of types char8_t, char16_t, and char32_t.
      
      PiperOrigin-RevId: 316112767
      8567b092
Loading