Finish gist

This commit is contained in:
2020-10-17 01:20:51 +02:00
parent 9e50c1a37e
commit 8c7b082867
51 changed files with 155 additions and 132281 deletions
@@ -9,7 +9,7 @@ public class APIFootballConnectorTest {
@Test
public void APITestGetMatchDataOfMatchdayBundesliga() {
APIFootballConnector apiFootballConnector = new APIFootballConnector(2020);
APIFootballConnector apiFootballConnector = APIFootballConnector.getAPIFootballConnectorInstance(2020);
ArrayList<APIFootballMatch> matchesOfMatchday = apiFootballConnector.getMatchDataByLeagueAndMatchday(2677, 1);
assert matchesOfMatchday.get(0).getTeamIdHome() == 744;
assert matchesOfMatchday.get(0).getTeamIdGuest() == 159;