Improve error output and add team id matcher template creator

This commit is contained in:
2020-11-04 21:22:27 +01:00
parent 6d8ced5103
commit c0424eaa94
15 changed files with 158 additions and 154 deletions
@@ -9,20 +9,18 @@ public class APIFootballUpdaterTest {
@Test
public void updateFixturesTest() throws IOException {
APIFootballUpdater updater = new APIFootballUpdater(2021);
// updater.updateFixtures(2743);
// updater.updateFixtures(2692);
}
@Test
public void updateAllFixturesTest() throws IOException {
APIFootballUpdater updater = new APIFootballUpdater(2021);
// updater.updateAllFixtures("Tippliga.json");
// updater.updateAllFixtures("WTL_Pokal.json");
// updater.updateAllFixtures();
}
@Test
public void updateAllRoundsTest() throws IOException {
APIFootballUpdater updater = new APIFootballUpdater(2021);
// updater.updateAllRounds("Tippliga.json");
// updater.updateAllRounds("WTL_Pokal.json");
// updater.updateAllRounds();
}
}