概要
This skill provides standardized patterns and configurations for using WireMock with JUnit 5 to simulate external HTTP services. It enables developers to create high-performance unit tests that verify API request details, handle complex error scenarios like timeouts or server failures, and eliminate dependencies on live third-party services. By focusing on pure unit tests without the overhead of a Spring context, it ensures fast execution in CI/CD pipelines while maintaining robust verification of service-to-service communication.