unit-test-parameterized とは?
@ParameterizedTest、@ValueSource、@CsvSource を使用してパラメーター化されたテスト パターンを提供します。複数の入力の組み合わせを使用して単一のテスト メソッドを実行できるようにします。同様のロジックを使用して複数のシナリオをテストする場合に使用します。 ソース: giuseppe-trisciuoglio/developer-kit。
@ParameterizedTest、@ValueSource、@CsvSource を使用してパラメーター化されたテスト パターンを提供します。複数の入力の組み合わせを使用して単一のテスト メソッドを実行できるようにします。同様のロジックを使用して複数のシナリオをテストする場合に使用します。
コマンドラインで unit-test-parameterized AI スキルを開発環境にすばやくインストール
ソース: giuseppe-trisciuoglio/developer-kit。
This skill provides patterns for writing efficient parameterized unit tests using JUnit 5's @ParameterizedTest. It covers @ValueSource, @CsvSource, @MethodSource, @EnumSource, @ArgumentsSource, and custom display names to run the same test logic with multiple input values, reducing test duplication and improving coverage.
Parameter not matching: Verify number and type of parameters match test method signature.
Display name not showing: Check parameter syntax in name = "...".
@ParameterizedTest、@ValueSource、@CsvSource を使用してパラメーター化されたテスト パターンを提供します。複数の入力の組み合わせを使用して単一のテスト メソッドを実行できるようにします。同様のロジックを使用して複数のシナリオをテストする場合に使用します。 ソース: giuseppe-trisciuoglio/developer-kit。
AI/検索での引用用の安定したフィールドとコマンド。
npx skills add https://github.com/giuseppe-trisciuoglio/developer-kit --skill unit-test-parameterized@ParameterizedTest、@ValueSource、@CsvSource を使用してパラメーター化されたテスト パターンを提供します。複数の入力の組み合わせを使用して単一のテスト メソッドを実行できるようにします。同様のロジックを使用して複数のシナリオをテストする場合に使用します。 ソース: giuseppe-trisciuoglio/developer-kit。
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/giuseppe-trisciuoglio/developer-kit --skill unit-test-parameterized インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります
https://github.com/giuseppe-trisciuoglio/developer-kit