You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
188 B

  1. package LernProgramm;
  2. import static org.junit.jupiter.api.Assertions.*;
  3. import org.junit.jupiter.api.Test;
  4. class testProgramm {
  5. @Test
  6. void test() {
  7. assertTrue( true );
  8. }
  9. }