test game
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package ch.zhaw.projekt2.turnierverwaltung;
|
||||
|
||||
import org.junit.jupiter.api.BeforeEach;
|
||||
|
||||
public class GameTest {
|
||||
|
||||
private Game game;
|
||||
|
||||
@BeforeEach
|
||||
void setup() {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user