unit-testing-patterns

Installation
SKILL.md

Unit Testing Patterns Skill

Purpose

Write effective, maintainable unit tests using JUnit 5, Mockito, and AssertJ that achieve 80%+ code coverage.

When to Use

  • ✅ Testing business logic in services
  • ✅ Testing data validation
  • ✅ Testing utility functions
  • ✅ Test-driven development (TDD)

JUnit 5 Patterns

Test Structure (AAA Pattern)

Installs
7
Repository
hack23/cia
GitHub Stars
230
First Seen
Mar 4, 2026
unit-testing-patterns — hack23/cia