Initial Test Push

This commit is contained in:
2025-12-03 15:26:09 +01:00
parent 2d963c7fd8
commit 668a76e26c
5 changed files with 18 additions and 4 deletions

View File

@@ -0,0 +1,14 @@
package java;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Assertions.*;
public class GoodCasesTest {
@BeforeEach
public void setup() {
}
}