SuccessChanges

Summary

  1. Tsk9 Add a resource that return a story by id (details)
Commit 640e3bcfe423820727df2cfcff30fa7055bba37f by bmcandeias
Tsk9 Add a resource that return a story by id
Adds resource to get a story by id Adds service to get a story by id
Adds integration and unit tests to get a story by id
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/StoryServiceIntegrationTest.java
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryService.java
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResourceUnitTest.java
The file was modifiedrest/src/main/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResource.java
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResourceRestTest.java