Beton
Beton copied to clipboard
Cartesian Product based testing
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.