unit-test-exception-handler とは?
グローバル例外処理のための @ExceptionHandler および @ControllerAdvice の単体テストのパターンを提供します。エラー応答の形式と HTTP ステータス コードを検証するときに使用します。 ソース: giuseppe-trisciuoglio/developer-kit。
グローバル例外処理のための @ExceptionHandler および @ControllerAdvice の単体テストのパターンを提供します。エラー応答の形式と HTTP ステータス コードを検証するときに使用します。
コマンドラインで unit-test-exception-handler AI スキルを開発環境にすばやくインストール
ソース: giuseppe-trisciuoglio/developer-kit。
This skill provides patterns for unit testing @ExceptionHandler methods and @ControllerAdvice classes using MockMvc. It covers testing exception-to-error-response transformations, HTTP status codes, error message formatting, validation error handling, and custom permission evaluators without full integration test overhead.
Exception handler not invoked: Ensure controller is registered with MockMvc and actually throws the exception.
JsonPath matchers not matching: Use .andDo(print()) to see actual response structure.
グローバル例外処理のための @ExceptionHandler および @ControllerAdvice の単体テストのパターンを提供します。エラー応答の形式と HTTP ステータス コードを検証するときに使用します。 ソース: giuseppe-trisciuoglio/developer-kit。
AI/検索での引用用の安定したフィールドとコマンド。
npx skills add https://github.com/giuseppe-trisciuoglio/developer-kit --skill unit-test-exception-handlerグローバル例外処理のための @ExceptionHandler および @ControllerAdvice の単体テストのパターンを提供します。エラー応答の形式と HTTP ステータス コードを検証するときに使用します。 ソース: giuseppe-trisciuoglio/developer-kit。
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/giuseppe-trisciuoglio/developer-kit --skill unit-test-exception-handler インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります
https://github.com/giuseppe-trisciuoglio/developer-kit