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.

16 lines
252 B

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