Adds the SpongeForge server type

This commit is contained in:
2020-08-19 11:24:05 +02:00
parent d06cf4114a
commit 2008ec8fd1
6 changed files with 83 additions and 24 deletions

View File

@ -41,6 +41,11 @@ public class JarDownloaderTest {
singleDownloadTest(ServerTypeHandler.getByName("SpongeVanilla"));
}
@Test
public void spongeForgeDownloadTest() throws IOException, ConfigurationException {
singleDownloadTest(ServerTypeHandler.getByName("SpongeForge"));
}
@Test
public void spigotDownloadTest() throws ConfigurationException, IOException {
singleDownloadTest(ServerTypeHandler.getByName("Spigot"));