AI AGENT ADDONS

Unit Test Bean Validation

giuseppe-trisciuoglio/developer-kit
Testing & QA
2,445installs

Writing tests for data validation rules is a key part of building reliable software. This skill helps you test Jakarta Bean Validation constraints like @NotNull, @Email, and @Min without a heavy Spring setup. You can check that your DTOs and request objects reject bad data correctly.

The patterns work with JUnit 5 and Hibernate Validator. You will learn to test custom validators, cross-field rules like password matching, and validation groups. All tests run fast because they do not need the Spring context.

This skill is for developers who want to make sure their validation logic is correct. It saves time by giving ready-to-use test examples and common setup code. You can use it to catch bugs early and keep your data safe.

Add Unit Test Bean Validation skill to your workflow

Global

mkdir -p ~/.claude/skills/unit-test-bean-validation

Project

mkdir -p .claude/skills/unit-test-bean-validation

Source Repository

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