Marketplace

unit-test-parameterized

Parameterized testing patterns with @ParameterizedTest, @ValueSource, @CsvSource. Run single test method with multiple input combinations. Use when testing multiple scenarios with similar logic.

$ 설치

git clone https://github.com/giuseppe-trisciuoglio/developer-kit /tmp/developer-kit && cp -r /tmp/developer-kit/skills/junit-test/unit-test-parameterized ~/.claude/skills/developer-kit

// tip: Run this command in your terminal to install the skill