Initial commit.
This commit is contained in:
14
test/dk/itu/mario/level/MyLevelTest.java
Normal file
14
test/dk/itu/mario/level/MyLevelTest.java
Normal file
@@ -0,0 +1,14 @@
|
||||
package dk.itu.mario.level;
|
||||
|
||||
import static org.junit.Assert.*;
|
||||
|
||||
import org.junit.Test;
|
||||
|
||||
public class MyLevelTest {
|
||||
|
||||
@Test
|
||||
public void test() {
|
||||
fail("Not yet implemented");
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user