Nur zum testen!!
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.

20 lines
289 B

2 years ago
  1. package Arcade64.Arcade64;
  2. import static org.junit.Assert.assertTrue;
  3. import org.junit.Test;
  4. /**
  5. * Unit test for simple App.
  6. */
  7. public class AppTest
  8. {
  9. /**
  10. * Rigorous Test :-)
  11. */
  12. @Test
  13. public void shouldAnswerWithTrue()
  14. {
  15. assertTrue( true );
  16. }
  17. }