package export; import static org.junit.Assert.*; import org.junit.Test; public class MainTest { @Test public void testOneAthlete() { fail("Not yet implemented"); } @Test public void testAddStreams() { fail("Not yet implemented"); } @Test public void testGetActivities() { fail("Not yet implemented"); } @Test public void testSaveGeneralInformation() { fail("Not yet implemented"); } @Test public void testZipAllFiles() { fail("Not yet implemented"); } @Test public void testMakeOneRequest() { fail("Not yet implemented"); } @Test public void testMain() { fail("Not yet implemented"); } }