Overview
Request 943935 accepted
- update to 1.11.0:
* --gtest_brief shows only test failures in output
* --gtest_fail_fast stops test execution on first failure
* Failures in SetUpTestSuite and TearDownTestSuite now cause tests to fail
rather than log
* Uninstantiated TEST_P and TYPED_TEST_P now fail unless allowlisted using
GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST
* new matchers and mocking behavior, see
https://github.com/google/googletest/releases/tag/release-1.11.0
- Created by dirkmueller
- In state accepted
Request History
dirkmueller created request
- update to 1.11.0:
* --gtest_brief shows only test failures in output
* --gtest_fail_fast stops test execution on first failure
* Failures in SetUpTestSuite and TearDownTestSuite now cause tests to fail
rather than log
* Uninstantiated TEST_P and TYPED_TEST_P now fail unless allowlisted using
GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST
* new matchers and mocking behavior, see
https://github.com/google/googletest/releases/tag/release-1.11.0
tiwai accepted request
Thanks.