Skip to content

Commit

Permalink
Update testing.md
Browse files Browse the repository at this point in the history
Fixed Parameter Generator table
  • Loading branch information
iwsfutcmd authored Feb 2, 2023
1 parent 2f2e72b commit 3f9c7fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/reference/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3f9c7fc

Please sign in to comment.