junit-core
Installation
SKILL.md
JUnit Core Skill
REFERENCE MODE: This skill provides reference material. Load specific standards on-demand based on current task.
JUnit 5 testing standards for general Java projects. This skill covers test structure, naming conventions, coverage requirements, and the AAA (Arrange-Act-Assert) pattern.
Prerequisites
This skill applies to Java projects using JUnit 5:
org.junit.jupiter:junit-jupiter(JUnit 5)
Workflow
Step 1: Load Core Testing Standards
Important: Load this standard for any testing work.