- 05 Feb, 2021 1 commit
-
-
Abseil Team authored
Fix terminal output formatting in advanced guide PiperOrigin-RevId: 355233178
-
- 26 Jan, 2021 2 commits
-
-
Abseil Team authored
Delete internal tags from docs PiperOrigin-RevId: 353769887
-
Abseil Team authored
Merge CONTRIBUTORS, delete LICENSEs in googletest/ and googlemock/ PiperOrigin-RevId: 352558822
-
- 15 Jan, 2021 2 commits
-
-
Abseil Team authored
Fixes #3222, fixes #3225, closes #3223 PiperOrigin-RevId: 352066131
-
Krystian Kuzniarek authored
-
- 14 Jan, 2021 1 commit
-
-
Abseil Team authored
Move all docs into top-level docs/ directory PiperOrigin-RevId: 350211277
-
- 27 Oct, 2020 2 commits
-
-
Elliott Brossard authored
-
Abseil Team authored
I'm not sure how this relates to the GitHub repo. Could you please advise? PiperOrigin-RevId: 339060470
-
- 19 Oct, 2020 1 commit
-
-
Abseil Team authored
Fix typo in the "Assertion Placement" section PiperOrigin-RevId: 337435223
-
- 14 Oct, 2020 1 commit
-
-
Abseil Team authored
Prefer using over typedef. PiperOrigin-RevId: 337080404
-
- 24 Sep, 2020 1 commit
-
-
Abseil Team authored
Address OSS Issue #2463 https://github.com/google/googletest/issues/2463 PiperOrigin-RevId: 333289989
-
- 14 Aug, 2020 1 commit
-
-
krzysio authored
Mention matchers as an alternative to assertions in subroutines. Matchers are often the better choice - they can provide more informative error messages and circumvent all of the complexity described in this section. PiperOrigin-RevId: 326332149
-
- 12 Aug, 2020 1 commit
-
-
Abseil Team authored
internal change PiperOrigin-RevId: 325799949
-
- 29 Jul, 2020 1 commit
-
-
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
-
- 09 Jul, 2020 1 commit
-
-
Abseil Team authored
Adding std:: namespace to string in the example PiperOrigin-RevId: 320327910
-
- 03 Jun, 2020 1 commit
-
-
Abseil Team authored
Modify NULL to nullptr in code examples PiperOrigin-RevId: 314150792
-
- 14 May, 2020 1 commit
-
-
Abseil Team authored
Remove broken URL. PiperOrigin-RevId: 311377660
-
- 01 May, 2020 3 commits
-
-
Abseil Team authored
Fix documentation. This address https://github.com/google/googletest/pull/2827. PiperOrigin-RevId: 309241571
-
Abseil Team authored
Use InitGoogleTest() instead of InitGoogle() in code example PiperOrigin-RevId: 308070819
-
Abseil Team authored
Internal change PiperOrigin-RevId: 307040308
-
- 24 Mar, 2020 1 commit
-
-
Abseil Team authored
Add --gtest_fail_fast support to googletest. - Analogous functionality to to golang -test.failfast and python --failfast - Stops test execution upon first test failure. - Also add support Bazel equivalent env var (TESTBRIDGE_TEST_RUNNER_FAIL_FAST) PiperOrigin-RevId: 302488880
-
- 19 Mar, 2020 1 commit
-
-
Calum Robinson authored
Only prints failures and a total pass count
-
- 07 Feb, 2020 1 commit
-
-
Abseil Team authored
Add documentation for ASSERT_DEBUG_DEATH/EXPECT_DEBUG_DEATH PiperOrigin-RevId: 292138974
-
- 21 Jan, 2020 1 commit
-
-
Abseil Team authored
Fix SCOPED_TRACE() message header in example PiperOrigin-RevId: 290800241
-
- 16 Jan, 2020 2 commits
-
-
Abseil Team authored
Correct the spelling of PARAMETERIZED. PiperOrigin-RevId: 289897278
-
Abseil Team authored
Add GTEST_ALLOW_UNINSTANTIATED_PARAMTERIZED_TEST to mark a paramaterized test as allowed to be un-instantiated. This allows test suites, that are defined in libraries and, for other reasons, get linked in (which should probably be avoided, but isn't always possible) to be marked as allowed to go uninstantiated. This can also be used to grandfather existing issues and expedite adoption of the checks with regards to new cases before they can be fixed. PiperOrigin-RevId: 289581573
-
- 05 Dec, 2019 1 commit
-
-
Abseil Team authored
Update example Environment class destructor annotation PiperOrigin-RevId: 283986183
-
- 22 Nov, 2019 1 commit
-
-
Abseil Team authored
Fix typo in the predicate assertion table. PiperOrigin-RevId: 281973457
-
- 11 Nov, 2019 1 commit
-
-
Krystian Kuzniarek authored
-
- 23 Oct, 2019 1 commit
-
-
Abseil Team authored
Split the scoped trace examples into two snippets. This doesn't have an effect in the github markdown renderer, but in some other renderers/templates, this leads them to be independently copy-pastable. In particular, the markdown rendering that Google uses internally has a copy button for each code snippet, which, before this change, would copy both lines. Bad copy button, no cookie! After this change, there will be two such buttons, one per line, and clicking a copy button will copy only the one snippet it is next to, and not the other. This is desirable because nobody will ever want to copy both lines, only one or the other. PiperOrigin-RevId: 276079009
-
- 22 Oct, 2019 1 commit
-
-
Abseil Team authored
Typo in Registering tests programmatically section. Changed "were" to "where". PiperOrigin-RevId: 276060801
-
- 01 Oct, 2019 1 commit
-
-
hyuk.myeong authored
-
- 16 Sep, 2019 2 commits
-
-
Krystian Kuzniarek authored
This fixes up f2fb48c3 (a manual merge) that has abandoned some things from PR #2407.
-
kuzkry authored
Merge 3bdefdb473d304803d2a38e2a2cd5cdc1827c3bd into fb49e6c1 Closes #2407 COPYBARA_INTEGRATE_REVIEW=https://github.com/google/googletest/pull/2407 from kuzkry:StaticAssertTypeEq 3bdefdb473d304803d2a38e2a2cd5cdc1827c3bd PiperOrigin-RevId: 269255328
-
- 15 Aug, 2019 1 commit
-
-
Abseil Team authored
Internal change, documentation only. PiperOrigin-RevId: 262554386
-
- 01 Aug, 2019 2 commits
-
-
Abseil Team authored
Add links to "sampleK_unittest.cc" examples. Fix some broken docs crosslinks. PiperOrigin-RevId: 261169561
-
Guillem González Vela authored
-
- 30 Jul, 2019 1 commit
-
-
Krystian Kuzniarek authored
-
- 18 Jul, 2019 2 commits
-
-
Gennadiy Civil authored
-
Gennadiy Civil authored
-