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.

27 lines
345 B

  1. /**
  2. *
  3. */
  4. package com.ugsbo.Crypto;
  5. import static org.junit.Assert.*;
  6. import org.junit.Before;
  7. import org.junit.Test;
  8. /**
  9. * @author christian
  10. *
  11. */
  12. public class Crypt {
  13. /**
  14. * @throws java.lang.Exception
  15. */
  16. @Before
  17. public void setUp() throws Exception {}
  18. @Test
  19. public void test() {
  20. fail("Not yet implemented");
  21. }
  22. }