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

Binary file not shown.

Binary file not shown.

View File

@@ -3,7 +3,7 @@ package java;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Assertions.*;
public class MainTest {
public class BadCasesTest {
@BeforeEach
public void setup() {

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() {
}
}