SuccessChanges

Summary

  1. tsk33 Adds Entities Round and Match (details)
Commit 457ba6b3d36065bddd11059f5c7df9790f55b554 by anvieiravazquez
tsk33 Adds Entities Round and Match
Created the Entities with its relations, documentation and tests.
Updated the mysql DB generation script Updated datasets to contain the
new changes. Updated UserTest, TeamTest, PlayerTest, EntitiesTestSuite
and CompetitionTest to be compliant with the new changes. Updated User,
Team, Player and Competition with little fixes. Created enum EventState.
The file was modifiedtests/src/main/resources/datasets/players.xml (diff)
The file was addeddomain/src/main/java/ligaaas/teamc/domain/Match.java (diff)
The file was modifiedadditional-material/db/ligaaas-mysql.full.sql (diff)
The file was modifieddomain/src/main/java/ligaaas/teamc/domain/Team.java (diff)
The file was modifieddomain/src/test/java/ligaaas/teamc/domain/EntitiesTestSuite.java (diff)
The file was addeddomain/src/main/java/ligaaas/teamc/domain/Round.java (diff)
The file was addeddomain/src/test/java/ligaaas/teamc/domain/MatchTest.java (diff)
The file was addeddomain/src/test/java/ligaaas/teamc/domain/RoundTest.java (diff)
The file was modifieddomain/src/main/java/ligaaas/teamc/domain/Competition.java (diff)
The file was addeddomain/src/main/java/ligaaas/teamc/domain/EventState.java (diff)
The file was addedtests/src/main/resources/datasets/round_match.xml (diff)