Feature Request
Problem
Currently all patterns are tested manually via browser or curl commands.
No automated unit tests exist for any pattern.
Patterns That Need Tests
Expected
Each pattern should have JUnit 5 tests covering:
- Happy path (success scenario)
- Failure scenario (circuit open, rate limit exceeded, etc.)
- Edge cases
Tech
- JUnit 5
- Mockito
- Spring Boot Test (
@SpringBootTest)
Feature Request
Problem
Currently all patterns are tested manually via browser or curl commands.
No automated unit tests exist for any pattern.
Patterns That Need Tests
Expected
Each pattern should have JUnit 5 tests covering:
Tech
@SpringBootTest)