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.

17 lines
258 B

  1. package com.ugsbo.Crypto;
  2. import static org.junit.Assert.*;
  3. import org.junit.Before;
  4. import org.junit.Test;
  5. public class DeCrypt {
  6. @Before
  7. public void setUp() throws Exception {}
  8. @Test
  9. public void test() {
  10. fail("Not yet implemented");
  11. }
  12. }