Ultra Geile Studenten Benutzer Oberfläche (UGSBO)
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
301 B

5 years ago
5 years ago
5 years ago
  1. /**
  2. *
  3. */
  4. package com.ugsbo.FirewallOfDeath;
  5. import static org.junit.Assert.*;
  6. import org.junit.Test;
  7. /**
  8. * @author christian
  9. * Tests für die Funktion FirewallOfDeath, welche sich schlecht testen lässt ._.
  10. */
  11. public class UselessTest {
  12. @Test
  13. public void test() {
  14. assertTrue(true);
  15. }
  16. }