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

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");
}
}