mirror of
https://github.com/google/googletest.git
synced 2025-01-17 21:48:08 +08:00
Update googletest/docs/advanced.md
Co-Authored-By: antismap <michael.thenault@gmail.com>
This commit is contained in:
parent
f233360933
commit
d31151a493
@ -1396,7 +1396,7 @@ 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 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.
|
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…
x
Reference in New Issue
Block a user