package test.backups;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
/**
* Created by TheGreyGhost on 3/03/14.
*/
public class MinecraftSaveFolderBackupsTest
{
@Before
public void setUp() throws Exception {
}
@After
public void tearDown() throws Exception {
}
@Test
public void testBackupWorld() throws Exception {
}
}