15 lines
196 B
Java
15 lines
196 B
Java
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");
|
|
}
|
|
|
|
}
|