Commit 3c8e4e8
authored
Clarify the number of supported argument collections in article which discusses combinatoric parameterized testing (#1210)
This is a small adjustment to the documentation article [Implementing
parameterized
tests](https://swiftpackageindex.com/swiftlang/swift-testing/main/documentation/testing/parameterizedtesting),
in the section [Test with more than one
collection](https://swiftpackageindex.com/swiftlang/swift-testing/main/documentation/testing/parameterizedtesting#Test-with-more-than-one-collection).
It currently has a sentence which ends:
> …, elements from the second collection are passed as the second
argument, **and so forth.**
The "and so forth" has caused some confusion since it implies that you
can pass more than two argument collections, but in reality only two are
supported currently. Eventually this could potentially be expanded with
further improvements to the testing library, but that is tracked
separately and the docs should reflect its current capabilities.
Fixes rdar://154647425
### Checklist:
- [x] Code and documentation should follow the style of the [Style
Guide](https://github.com/apple/swift-testing/blob/main/Documentation/StyleGuide.md).
- [x] If public symbols are renamed or modified, DocC references should
be updated.1 parent 404b142 commit 3c8e4e8
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
149 | | - | |
150 | | - | |
| 149 | + | |
| 150 | + | |
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
| |||
0 commit comments