Skip to content
Snippets Groups Projects
Commit 40e60359 authored by l13f04751's avatar l13f04751
Browse files

added Test-Class

parent 3c45ec63
Branches
No related tags found
No related merge requests found
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() {
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment