AI AGENT ADDONS

Unit Test Boundary Conditions

giuseppe-trisciuoglio/developer-kit
Testing & QA
1,591installs

Boundary conditions and edge cases are the tricky inputs that often break code. This skill helps you find and test those limits in Java. You will learn to check minimum and maximum numbers, empty strings, null values, and collection sizes. Use JUnit 5 and AssertJ to write clear tests that catch bugs before they reach users.

Anyone writing Java unit tests can benefit. The patterns cover numeric overflow, floating point precision, and off-by-one errors. Each test checks values just below, at, and just above a boundary. This makes your code more reliable and easier to maintain.

Add Unit Test Boundary Conditions skill to your workflow

Global

mkdir -p ~/.claude/skills/unit-test-boundary-conditions

Project

mkdir -p .claude/skills/unit-test-boundary-conditions

Source Repository

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