testing-patterns
✓REST integration testing patterns with JUnit 5, Mockito, RestAssured. Use when writing integration tests that mock external dependencies, use Testcontainers/H2 for databases, and test endpoints with raw JSON bodies.
Installation
SKILL.md
Write integration tests for REST endpoints using Quarkus test framework.
Use: Test full request/response cycle through REST layer Stack: @QuarkusTest + RestAssured Cookbook: rest-integration-tests.md
Use: Isolate tests from external HTTP services, queues, etc. Stack: @InjectMock with Mockito Cookbook: mocking-dependencies.md
REST integration testing patterns with JUnit 5, Mockito, RestAssured. Use when writing integration tests that mock external dependencies, use Testcontainers/H2 for databases, and test endpoints with raw JSON bodies. Source: emvnuel/skill.md.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/emvnuel/skill.md --skill testing-patterns- Source
- emvnuel/skill.md
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is testing-patterns?
REST integration testing patterns with JUnit 5, Mockito, RestAssured. Use when writing integration tests that mock external dependencies, use Testcontainers/H2 for databases, and test endpoints with raw JSON bodies. Source: emvnuel/skill.md.
How do I install testing-patterns?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/emvnuel/skill.md --skill testing-patterns Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/emvnuel/skill.md
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01