Note about INSTANTIATE_TEST_SUITE_P / INSTANTIATE_TEST_CASE_P keyword change

See https://github.com/google/googletest/issues/2065
This commit is contained in:
antismap 2019-03-21 14:38:50 +01:00 committed by GitHub
parent f957bd0c25
commit f233360933
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1396,6 +1396,8 @@ namespace:
For more details, see the comments at the definitions of these functions.
NOTE: The `INSTANTIATE_TEST_SUITE_P` keyword is only valid since 1.8.1. For previous releases the keyword is `INSTANTIATE_TEST_CASE_P`. More generally, please refer to the documentation matching your release version.
The following statement will instantiate tests from the `FooTest` test suite each
with parameter values `"meeny"`, `"miny"`, and `"moe"`.