testing
Installation
SKILL.md
Testing Skill
Expert knowledge of testing patterns and strategies in melosys-api.
Quick Reference
Test Types
| Type | Framework | Location | Suffix |
|---|---|---|---|
| Unit tests | JUnit 5, Kotest | */src/test/ |
Test.kt |
| Integration tests | Spring Boot Test | integrasjonstest/ |
IT.kt |
| Architecture tests | ArchUnit | arkitektur/ |
IT.kt |
*Test.kt classes can be plain Spring-free unit tests — they may still use the forTest DSL to build in-memory domain objects (no DB, no truncateAllTables). Only *IT.kt boot Spring and require the Testcontainers Oracle DB.