FailedChanges

Summary

  1. tsk35 Adds story resource for create stories (details)
Commit 497caed554950612f1c4966d00d8cba4961ad58b by dvfernandez
tsk35 Adds story resource for create stories
Adds the resource to create stories and the necessary tests. Adds a
setter for the Id in Story class and the published attribute to StoryDTO
class.
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamc/microstories/http/util/HasHttpStatus.java
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teamc/microstories/entities/Story.java
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/teamc/microstories/rest/UserResourceRestTest.java
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamc/microstories/entities/StoriesDataset.java
The file was modifiedrest/src/main/java/es/uvigo/esei/dgss/teamc/microstories/rest/StoryDTO.java
The file was modifiedrest/src/main/java/es/uvigo/esei/dgss/teamc/microstories/rest/UserResource.java