Initial commit

This commit is contained in:
Anna Fossen-Helle
2020-01-28 14:50:45 +01:00
commit 847eb66a69
6 changed files with 213 additions and 0 deletions

View File

@ -0,0 +1,19 @@
package inf112.skeleton.app;
import static org.junit.Assert.assertTrue;
import org.junit.Test;
/**
* Unit test for simple App.
*/
public class AppTest
{
/**
* Rigorous Test :-)
*/
@Test
public void shouldAnswerWithTrue()
{
assertTrue( true );
}
}