test game
This commit is contained in:
parent
d530d89db4
commit
c086cf18a4
|
@ -8,7 +8,6 @@ import javafx.scene.control.Label;
|
|||
import javafx.scene.layout.*;
|
||||
import javafx.scene.paint.Color;
|
||||
import javafx.scene.text.Font;
|
||||
|
||||
import java.io.IOException;
|
||||
|
||||
public class Factory {
|
||||
|
|
|
@ -0,0 +1,13 @@
|
|||
package ch.zhaw.projekt2.turnierverwaltung;
|
||||
|
||||
import org.junit.jupiter.api.BeforeEach;
|
||||
|
||||
public class GameTest {
|
||||
|
||||
private Game game;
|
||||
|
||||
@BeforeEach
|
||||
void setup() {
|
||||
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue