package functions; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertNotNull; import static org.junit.Assert.assertTrue; import org.junit.Test; public class AppTest { @Test public void successfulResponse() { assertTrue( true ); } }