summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGennadiy Civil <gennadiycivil@users.noreply.github.com>2019-03-21 15:43:59 -0400
committerGitHub <noreply@github.com>2019-03-21 15:43:59 -0400
commita18ac392d883ca88d1849b90071cea5608fd9293 (patch)
treefd6c41358e908757bd22deff8e2a79a7b75539f0
parent10e98c4f2a0176590c10e4f83f5d048c167f32d0 (diff)
parentd31151a4932c85d735feb6c6e7159ca4d91008da (diff)
downloadgoogletest-a18ac392d883ca88d1849b90071cea5608fd9293.tar.gz
googletest-a18ac392d883ca88d1849b90071cea5608fd9293.zip
Merge pull request #2193 from antismap/patch-1
Note about INSTANTIATE_TEST_SUITE_P / INSTANTIATE_TEST_CASE_P
-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..f8d9e27d 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 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
with parameter values `"meeny"`, `"miny"`, and `"moe"`.
OpenPOWER on IntegriCloud