SuccessChanges

Summary

  1. tsk27 Adds User entity and User tests (details)
Commit 67e9a5b35e8669d329991f644c4b7c8d79ea40f4 by alvarosuafe
tsk27 Adds User entity and User tests
A user can write an managed his own stories. The relationship between
Story and User entities was added. There was added unit test related
with user entity. Added a user in the story constructor and modified
related classes that was using the story constructor.
The file was modifieddomain/src/test/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryEntityTest.java (diff)
The file was modifiedservice/src/main/resources/META-INF/persistence.xml (diff)
The file was modifiedtests/src/main/resources/datasets/stories.xml (diff)
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/TestStoryEJB.java (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryDataset.java (diff)
The file was addeddomain/src/test/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/UserEntityTest.java (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/Story.java (diff)
The file was addeddomain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/User.java (diff)