cui-java-unit-testing
Installation
SKILL.md
CUI Java Unit Testing Skill
Standards and patterns for writing high-quality unit tests in CUI Java projects using JUnit 5, the CUI test generator framework, and value object contract testing.
Workflow
Step 1: Load Applicable Testing Standards
CRITICAL: Load current testing standards to use as enforcement criteria.
-
Always load foundational testing standards:
Read: standards/testing-junit-core.mdThis provides core JUnit 5 patterns, AAA structure, assertion standards, and test organization that are always needed for testing.
-
Conditional loading based on testing context: