Merge pull request #2193 from antismap/patch-1
Note about INSTANTIATE_TEST_SUITE_P / INSTANTIATE_TEST_CASE_P
This commit is contained in:
commit
a18ac392d8
@ -1396,6 +1396,8 @@ namespace:
|
|||||||
|
|
||||||
For more details, see the comments at the definitions of these functions.
|
For more details, see the comments at the definitions of these functions.
|
||||||
|
|
||||||
|
NOTE: The `INSTANTIATE_TEST_SUITE_P` keyword is recommended (addressing http://go/gh/google/googletest/issues/1085) For 1.8.1 and previous releases the keyword is `INSTANTIATE_TEST_CASE_P`. which has been deprecated in favor of INSTANTIATE_TEST_SUITE_P.
|
||||||
|
|
||||||
The following statement will instantiate tests from the `FooTest` test suite each
|
The following statement will instantiate tests from the `FooTest` test suite each
|
||||||
with parameter values `"meeny"`, `"miny"`, and `"moe"`.
|
with parameter values `"meeny"`, `"miny"`, and `"moe"`.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user