From 555f0a78b6d9a451fc2c6eee6ee124afeaa0834e Mon Sep 17 00:00:00 2001 From: fdai6040 Date: Tue, 7 Feb 2023 11:58:46 +0100 Subject: [PATCH] Test the method startGame --- src/test/java/src/TicTacToeGameTest.java | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/test/java/src/TicTacToeGameTest.java diff --git a/src/test/java/src/TicTacToeGameTest.java b/src/test/java/src/TicTacToeGameTest.java new file mode 100644 index 0000000..67c100c --- /dev/null +++ b/src/test/java/src/TicTacToeGameTest.java @@ -0,0 +1,7 @@ +package src; + +public class TicTacToeGameTest { + @org.junit.jupiter.api.Test + void startGame() { + } +}