summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorBen Yang <benayang@gmail.com>2023-02-02 21:14:43 (GMT)
committerGitHub <noreply@github.com>2023-02-02 21:14:43 (GMT)
commit3f9c7fcaa3e5a40cd3afc9a12327399f7b2a3496 (patch)
tree30bfd5b47b559a85646cebb50f9c979216044b06 /docs
parent2f2e72bae991138cedd0e3d06a115022736cd568 (diff)
downloadgoogletest-3f9c7fcaa3e5a40cd3afc9a12327399f7b2a3496.zip
googletest-3f9c7fcaa3e5a40cd3afc9a12327399f7b2a3496.tar.gz
googletest-3f9c7fcaa3e5a40cd3afc9a12327399f7b2a3496.tar.bz2
Update testing.mdrefs/pull/4143/head
Fixed Parameter Generator table
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/testing.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/reference/testing.md b/docs/reference/testing.md
index 62cdcc1..877dfa3 100644
--- a/docs/reference/testing.md
+++ b/docs/reference/testing.md
@@ -110,6 +110,7 @@ namespace:
| `Bool()` | Yields sequence `{false, true}`. |
| `Combine(g1, g2, ..., gN)` | Yields as `std::tuple` *n*-tuples all combinations (Cartesian product) of the values generated by the given *n* generators `g1`, `g2`, ..., `gN`. |
| `ConvertGenerator<T>(g)` | Yields values generated by generator `g`, `static_cast` to `T`. |
+
The optional last argument *`name_generator`* is a function or functor that
generates custom test name suffixes based on the test parameters. The function
must accept an argument of type