FailedChanges

Summary

  1. tsk1-7-16 Adds Entity User with its Test and Dataset (details)
Commit c3ca67a9f247d8001ece39a562841ec6f57e384d by anvieiravazquez
tsk1-7-16 Adds Entity User with its Test and Dataset
The java class for user has been created, with its attributes and
setters getting validated and its getters The tests were made using
hamcrest The dataset contains a set of examples for future tests Also
formatted Team.java to comply with defined conventions
The file was modifieddomain/src/main/java/ligaaas/teamc/domain/Team.java (diff)
The file was addedtests/src/main/resources/datasets/user.xml (diff)
The file was modifieddomain/src/main/java/ligaaas/teamc/domain/User.java (diff)
The file was modifiedadditional-material/db/ligaaas-mysql.full.sql (diff)
The file was modifieddomain/pom.xml (diff)
The file was modifieddomain/src/test/java/ligaaas/teamc/domain/UserTest.java (diff)