SuccessChanges

Summary

  1. Task7-Adds the classes for the entity player and his tests (details)
Commit 0fe0d794a2627a0fb0d3a14c31a99d23aaa69994 by mprodriguez4
Task7-Adds the classes for the entity player and his tests
We added the class Player witch represents a player in our system, and
we added his testing class called PlayerTest. In this commit we adde
The file was addeddomain/src/main/java/es/uvigo/esei/dgss/teamB/ligaaas/domain/entities/Player.java (diff)
The file was addeddomain/src/test/java/es/uvigo/esei/dgss/teamB/ligaaas/domain/entities/PlayerTest.java (diff)
The file was modifieddomain/src/test/java/es/uvigo/esei/dgss/teamB/ligaaas/domain/entities/EntitiesTestSuite.java (diff)