Skip to content

Commit

Permalink
Merge pull request #2193 from antismap/patch-1
Browse files Browse the repository at this point in the history
Note about INSTANTIATE_TEST_SUITE_P / INSTANTIATE_TEST_CASE_P
  • Loading branch information
gennadiycivil committed Mar 21, 2019
2 parents 10e98c4 + d31151a commit a18ac39
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions googletest/docs/advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"`.

Expand Down

0 comments on commit a18ac39

Please sign in to comment.