mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-09 15:02:30 +02:00
docs: salvage Quarkus framework skills
This commit is contained in:
parent
fd9453f6ee
commit
60782502d5
18 changed files with 2521 additions and 13 deletions
|
|
@ -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 Dev Services.
|
||||
See skill: `java-coding-standards` for testing expectations.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue