feat(test/integration): init basic crud tests (4.1)

This commit is contained in:
Zhongheng Liu 2026-01-07 16:59:24 +01:00
commit 1f9f92ce05
Signed by: steven
GPG key ID: F69B980899C1C09D
7 changed files with 284 additions and 2 deletions

View file

@ -0,0 +1,4 @@
package csep.backlog.basic;
public class RecipeDetailsTest {
}