AI AGENT ADDONS
Testing & QA
1,606installs

Parameterized tests let you run the same test many times with different inputs. This skill shows how to use JUnit 5 annotations like @ValueSource, @CsvSource, and @MethodSource. You can test many cases without writing separate methods for each one.

Java developers use these patterns for data-driven testing and boundary analysis. Instead of repeating code, you write one test that handles many values. This makes your tests shorter and easier to maintain.

You will learn how to set up dependencies, choose the right data source, and create readable display names. The examples cover simple values, tabular data, complex objects, and enum values.

Add Unit Test Parameterized skill to your workflow

Global

mkdir -p ~/.claude/skills/unit-test-parameterized

Project

mkdir -p .claude/skills/unit-test-parameterized

Source Repository

Stars
293
Forks
33
Watchers
293
License
MIT
Last Push
29 days ago
Created
9 months ago