package LernProgramm; import static org.junit.jupiter.api.Assertions.*; import org.junit.jupiter.api.Test; class testProgramm { @Test void test() { assertTrue( true ); } }