Testing
565 installs
Spring Boot TDD Workflow
by affaan-m/everything-claude-code
Test-driven development for Spring Boot using JUnit 5, Mockito, MockMvc, Testcontainers, and JaCoCo. Use when adding features, fixing bugs, or refactoring.
Skill content
Spring Boot TDD Workflow TDD guidance for Spring Boot services with 80%+ coverage (unit + integration). When to Use - New features or endpoints - Bug fixes or refactors - Adding data access logic or security rules Workflow - Write tests first (they should fail) - Implement minimal code to pass - Refactor with tests green - Enforce coverage (JaCoCo) Unit Tests (JUnit 5 + Mockito)