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.

52 lines
642 B

  1. package export;
  2. import static org.junit.Assert.*;
  3. import org.junit.Test;
  4. public class MainTest
  5. {
  6. @Test
  7. public void testOneAthlete()
  8. {
  9. fail("Not yet implemented");
  10. }
  11. @Test
  12. public void testAddStreams()
  13. {
  14. fail("Not yet implemented");
  15. }
  16. @Test
  17. public void testGetActivities()
  18. {
  19. fail("Not yet implemented");
  20. }
  21. @Test
  22. public void testSaveGeneralInformation()
  23. {
  24. fail("Not yet implemented");
  25. }
  26. @Test
  27. public void testZipAllFiles()
  28. {
  29. fail("Not yet implemented");
  30. }
  31. @Test
  32. public void testMakeOneRequest()
  33. {
  34. fail("Not yet implemented");
  35. }
  36. @Test
  37. public void testMain()
  38. {
  39. fail("Not yet implemented");
  40. }
  41. }