springboot-tdd

springboot tdd

affaan-m 232k ↓ 6.1k MIT updated 25d ago
Claude Code
View source ↗

What it does

  • New features or endpoints
  • Bug fixes or refactors
  • Adding data access logic or security rules
  • Arrange-Act-Assert
  • Avoid partial mocks; prefer explicit stubbing
  • Use @ParameterizedTest for variants
  • Use reusable containers for Postgres/Redis to mirror production

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

springboot tdd

Source

Repository: https://github.com/affaan-m/everything-claude-code

springboot-tdd FAQ

What does the springboot-tdd skill do?

Test-driven development for Spring Boot using JUnit 5, Mockito, MockMvc, Testcontainers, and JaCoCo. Use when adding features, fixing bugs, or refactoring. New features or endpoints Bug fixes or refactors

How do I install springboot-tdd?

Run: npx -y skills add https://github.com/affaan-m/everything-claude-code --skill springboot-tdd --agent claude-code — the source lives at github.com/affaan-m/everything-claude-code.

Maintain springboot-tdd?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

springboot-tdd on getagentictools
[![springboot-tdd on getagentictools](https://getagentictools.com/badge/skills/affaan-m-everything-claude-code-springboot-tdd.svg)](https://getagentictools.com/skills/affaan-m-everything-claude-code-springboot-tdd?ref=badge)
npx agentictools info skills/affaan-m-everything-claude-code-springboot-tdd

The second line is the CLI lookup for this page — handy in READMEs and docs.