CI 2019 von Daniel, Eugen und Michael
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.

18 lines
258 B

  1. import static org.junit.jupiter.api.Assertions.*;
  2. import org.junit.jupiter.api.Test;
  3. class Tage_DTest {
  4. @Test
  5. void main() {
  6. try{
  7. Tage_D window = new Tage_D();
  8. }catch(Exception e){
  9. System.out.println(e.toString());
  10. }
  11. }
  12. }