gruppe06-hufflepuff-projekt.../test/GameTest.java

9 lines
132 B
Java
Raw Normal View History

2021-10-08 09:15:24 +02:00
import static org.junit.jupiter.api.Assertions.*;
class GameTest {
@org.junit.jupiter.api.Test
void checkTest() {
}
}