package ch.hepia.my_app; import org.junit.jupiter.api.Test; import static org.junit.jupiter.api.Assertions.assertEquals; import static org.junit.jupiter.api.Assertions.assertTrue; import static org.junit.jupiter.api.Assertions.assertFalse; /** * Unit test for simple App. */ class AppTest { @Test void dummyTest() { assertTrue(true); } }