Files
GseTDDUebungKCLR/test/java/GoodCasesTest.java
2025-12-03 15:26:09 +01:00

15 lines
183 B
Java

package java;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Assertions.*;
public class GoodCasesTest {
@BeforeEach
public void setup() {
}
}