When to use this skill
- •When writing unit tests or integration tests
- •When creating mock objects with QuarkusMock and @InjectMock
- •When using Mockito for stubbing and verification
- •When setting up test fixtures with @BeforeEach
- •When testing REST endpoints with RestAssured
- •When deciding what needs test coverage
- •When avoiding tests for framework code (Hibernate, Jackson, etc.)
- •When writing @QuarkusTest annotated test classes
- •When creating test data and mock responses
- •When structuring tests with arrange-act-assert pattern
- •When editing *Test.java, *Spec.js, *.test.ts, or test directories
Testing and Test Writing
This Skill provides Claude Code with specific guidance on how to adhere to coding standards as they relate to how it should handle testing test writing.
Instructions
For details, refer to the information provided in this file: testing test writing