概要
The Testing Expert skill provides specialized guidance for building robust Spring Boot integration tests within Hexagonal Architecture. It enforces high-quality testing patterns, such as using TestRestTemplate for real HTTP calls instead of MockMvc, managing test data through @Sql and Gradle testFixtures, and verifying architectural integrity with ArchUnit. By automating the setup of Testcontainers and DML-based data population, it ensures that tests are reliable, isolated, and accurately reflect real-world production scenarios.