- Aug 04, 2020
-
-
Vladimir Goncharov authored
-
Vladimir Goncharov authored
-
Vladimir Goncharov authored
-
Vladimir Goncharov authored
-
Vladimir Goncharov authored
-
Vladimir Goncharov authored
-
Vladimir Goncharov authored
-
Vladimir Goncharov authored
This PR adds matchers that accept a callable and verify that when invoked, it throws an exception with the given type and properties. Fixes #952
-
- Aug 01, 2020
-
-
Mark Barolak authored
PiperOrigin-RevId: 324016198
-
Mark Barolak authored
PiperOrigin-RevId: 324014547
-
- Jul 30, 2020
-
-
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
-
- Jul 29, 2020
-
-
Abseil Team authored
Internal documentation change. PiperOrigin-RevId: 323612305
-
ofats authored
Stop using ADL for InvokeArgument action. PiperOrigin-RevId: 323234396
-
- Jul 20, 2020
-
-
jasjuang authored
-
- Jul 16, 2020
- Jul 11, 2020
-
-
Ashik Paul authored
-
- Jul 10, 2020
-
-
Abseil Team authored
Adding std:: namespace to string in the example PiperOrigin-RevId: 320327910
-
Gennadiy Rozental authored
PiperOrigin-RevId: 320224740
-
Gennadiy Rozental authored
PiperOrigin-RevId: 320222294
-
Gennadiy Rozental authored
PiperOrigin-RevId: 320191208
-
ofats authored
Replace ByRef with std::ref everywhere in docs. PiperOrigin-RevId: 320002303
-
Abseil Team authored
Cleanup: Error message grammar fix. PiperOrigin-RevId: 319992912
-
Abseil Team authored
Fix mismatch between `int` and `int32_t` in the parse function. On some platforms, those are different types. PiperOrigin-RevId: 319991862
-
- Jul 06, 2020
-
-
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
-
- Jul 02, 2020
-
-
Olivier Ldff authored
If target_compile_features is available and cxx_std_11. This fix compilation with clang and gcc when c++11 isn't specified by user.
-
Jun Jie authored
Test MatcherDeathTest.DoesNotBreakBareRegexMatching fails when googletest uses simple regex instead of posix regex. This partially fixes #2687
-
- Jun 27, 2020
-
-
Abseil Team authored
Add Bazel build rules for gtest_list_output_unittest.py and correct some off-by-one line number expectations. PiperOrigin-RevId: 318466071
-
Abseil Team authored
Normalize headers in gMock docs Increasing Header levels on two pages, to better match other pages in the same directory. PiperOrigin-RevId: 318280892
-
Abseil Team authored
Update auto_mock to support C++17 nested namespaces PiperOrigin-RevId: 318192214
-
Mark Barolak authored
PiperOrigin-RevId: 318147761
-
Abseil Team authored
Make sure sanitizers do not tamper with the stack here in StackLowerThanAddress(). PiperOrigin-RevId: 318082465
-
Mark Barolak authored
PiperOrigin-RevId: 317696457
-
Mark Barolak authored
PiperOrigin-RevId: 317666280
-
- Jun 20, 2020
-
-
Vladimir Goncharov authored
EXPECT_THROW and EXPECT_NO_THROW will now print exception type and message when an unexpected std::exception-derived error is thrown. Fixes #2878
-
Mayur Shingote authored
-
- Jun 19, 2020
-
-
Abseil Team authored
gtest.cc: fix a couple typos s/paramaterized/parameterized/ PiperOrigin-RevId: 316878900
-
- Jun 16, 2020
-
-
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
-
- Jun 13, 2020
-
-
dmauro authored
Adds support for printing pointers of types char8_t, char16_t, and char32_t. PiperOrigin-RevId: 316112767
-