diff --git a/Praktikum/VINF_TicTacToe/test/tictactoePraktikum/TicTacToeTest.java b/Praktikum/VINF_TicTacToe/test/tictactoePraktikum/TicTacToeTest.java new file mode 100644 index 0000000000000000000000000000000000000000..04a03b84eebda6e0c24d5d5910dbf93de8aad31b --- /dev/null +++ b/Praktikum/VINF_TicTacToe/test/tictactoePraktikum/TicTacToeTest.java @@ -0,0 +1,44 @@ +package tictactoePraktikum; + +import org.junit.*; +import static org.junit.Assert.*; + +/** + * @author lukas + * + */ +public class TicTacToeTest { + + /** + * @throws java.lang.Exception + */ + @BeforeClass + public static void SetUpBeforeClass() throws Exception { + + } + + /** + * @throws java.lang.Exception + */ + @AfterClass + public static void tearDownAfterClass() throws Exception { + + } + + /** + * @throws java.lang.Exception + */ + @Before + public void setUp() throws Exception { + + } + + /** + * Test method for {@link briefmarkenautomat.Sendungstyp#typ(double, int)}. + */ + @Test + public final void testTyp() { + + } + +}