SuccessChanges

Summary

  1. tsk7 Adds Entity Player with its Tests and Dataset (details)
Commit 540f65680263550925dd430798f176c5a6a40cc3 by dnfernandez
tsk7 Adds Entity Player with its Tests and Dataset
The java class for player has been created, with its attributes and
setters getting validated and its getters The tests were made using
assertThat and hamcrest The dataset contains a set of examples for
future tests
The file was modifiedadditional-material/db/ligaaas-mysql.full.sql (diff)
The file was addeddomain/src/test/java/ligaaas/teamc/domain/PlayerTest.java (diff)
The file was addeddomain/src/main/java/ligaaas/teamc/domain/User.java (diff)
The file was addeddomain/src/main/java/ligaaas/teamc/domain/RegexpTemplates.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/Player.java (diff)
The file was addedtests/src/main/resources/datasets/players.xml (diff)
The file was addeddomain/src/main/resources/META-INF/persistence.xml (diff)
The file was modifieddomain/pom.xml (diff)
The file was addeddomain/src/test/java/ligaaas/teamc/domain/UserTest.java (diff)