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.

giuseppe-trisciuoglio Updated

File contents

giuseppe-trisciuoglio/developer-kit/tree/main/plugins/developer-kit-java/skills/unit-test-parameterized commit afb56a944e

Frequently asked questions

npx skillmds@latest add giuseppe-trisciuoglio/unit-test-parameterized