Comment by oweiler

Comment by oweiler 3 days ago

1 reply

That's why I prefer test frameworks that make parametrised tests so easy that they become the default.

Kotest and Spock are such frameworks.

andrewaylett 2 days ago

Great :). We use Junit5, and a mixture of @EnumSource, @MethodSource, and dynamic tests.

Or Pytest, or a short shell script, or Busted, or Jest, or Node's built in test runner, or a "--selftest" flag to a variant of the native executable.