Skip to content

Commit 2ce822a

Browse files
Merge pull request #4143 from iwsfutcmd:patch-1
PiperOrigin-RevId: 512696294 Change-Id: I6c135ca295e663df48db5b32bad4639d0c0c0774
2 parents 95d8c7a + 3f9c7fc commit 2ce822a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/reference/testing.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ namespace:
110110
| `Bool()` | Yields sequence `{false, true}`. |
111111
| `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`. |
112112
| `ConvertGenerator<T>(g)` | Yields values generated by generator `g`, `static_cast` to `T`. |
113+
113114
The optional last argument *`name_generator`* is a function or functor that
114115
generates custom test name suffixes based on the test parameters. The function
115116
must accept an argument of type

0 commit comments

Comments
 (0)