summaryrefslogtreecommitdiffstats
path: root/googletest
diff options
context:
space:
mode:
authorantismap <michael.thenault@gmail.com>2019-03-21 14:38:50 +0100
committerGitHub <noreply@github.com>2019-03-21 14:38:50 +0100
commitf2333609337c1ce87ed14073fc4064475d2783b0 (patch)
tree0ce501b8809c62c1209a0f7456f6cc16c7a15dcc /googletest
parentf957bd0c25a288fdccbca5d8f506453ee3e802ce (diff)
downloadgoogletest-f2333609337c1ce87ed14073fc4064475d2783b0.tar.gz
googletest-f2333609337c1ce87ed14073fc4064475d2783b0.zip
Note about INSTANTIATE_TEST_SUITE_P / INSTANTIATE_TEST_CASE_P keyword change
See https://github.com/google/googletest/issues/2065
Diffstat (limited to 'googletest')
-rw-r--r--googletest/docs/advanced.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/googletest/docs/advanced.md b/googletest/docs/advanced.md
index ea9b80fc..c2438dee 100644
--- a/googletest/docs/advanced.md
+++ b/googletest/docs/advanced.md
@@ -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"`.
OpenPOWER on IntegriCloud