java-testing-advanced
Installation
SKILL.md
Java Testing Advanced Skill
Advanced testing techniques for comprehensive test coverage.
Overview
This skill covers advanced testing patterns including Testcontainers for integration testing, contract testing with Pact, mutation testing with PIT, and property-based testing.
When to Use This Skill
Use when you need to:
- Test with real databases (Testcontainers)
- Verify API contracts
- Find gaps with mutation testing
- Generate test cases automatically