21GramConsulting/Beton

Cartesian Product based testing

Opened this issue · 0 comments

At 21Gram for our TypeScript stuff we have a utility function that takes a recursive/nested set of test values and provides a callback that runs your test code based on the cartesian product of the inputs. It's pretty dope.

It'd be nice to have something like it in Swift too.