Add dummy test

pull/2/head
Hammy 3 years ago
parent 24c96183cf
commit a8c685d78e

@ -0,0 +1,20 @@
package org.goudham.me;
import org.junit.jupiter.api.Test;
import static org.junit.jupiter.api.Assertions.assertTrue;
/**
* Unit test for simple App.
*/
public class AppTest
{
/**
* Rigorous Test :-)
*/
@Test
public void shouldAnswerWithTrue()
{
assertTrue( true );
}
}
Loading…
Cancel
Save