Add screensaver files
This commit is contained in:
0
test/.gitkeep
Normal file
0
test/.gitkeep
Normal file
16
test/TestStub.java
Normal file
16
test/TestStub.java
Normal file
@@ -0,0 +1,16 @@
|
||||
|
||||
import fi.helsinki.cs.tmc.edutestutils.Points;
|
||||
import static org.junit.Assert.assertTrue;
|
||||
import org.junit.Test;
|
||||
|
||||
|
||||
|
||||
@Points("3-5")
|
||||
public class TestStub {
|
||||
|
||||
@Test
|
||||
public void testCalls()
|
||||
{
|
||||
assertTrue("You shall pass", true);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user