mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-06-11 10:43:10 +08:00
add quarkus to java part
This commit is contained in:
@@ -112,6 +112,7 @@ class OrderRepositoryIT {
|
||||
```
|
||||
|
||||
For Spring Boot integration tests, see skill: `springboot-tdd`.
|
||||
For Quarkus integration tests, see skill: `quarkus-tdd`.
|
||||
|
||||
## Test Naming
|
||||
|
||||
@@ -128,4 +129,5 @@ Use descriptive names with `@DisplayName`:
|
||||
## References
|
||||
|
||||
See skill: `springboot-tdd` for Spring Boot TDD patterns with MockMvc and Testcontainers.
|
||||
See skill: `quarkus-tdd` for Quarkus TDD patterns with REST Assured and Camel testing.
|
||||
See skill: `java-coding-standards` for testing expectations.
|
||||
|
||||
Reference in New Issue
Block a user