Unit Test Parameterized

Provides parameterized testing patterns with JUnit 5, generates data-driven unit tests using @ParameterizedTest, @ValueSource, @CsvSource, @MethodSource. Creates tests that run the same logic with multiple input values. Use when writing data-driven Java tests, multiple test cases from single method, or boundary value analysis.

tomevault-io 104a424 2 files · 7.1 KB Updated

File contents

tomevault-io/skills-registry/tree/main/giuseppe-trisciuoglio--developer-kit--unit-test-parameterized commit 104a424431

Frequently asked questions

npx skillmds@latest add tomevault-io/unit-test-parameterized