UnstableChanges

Summary

  1. tsk7-9 Adds tests for REST (details)
Commit 5ef1ea1e891683ea58b9d1344af4fc1145d01a59 by jrcastro2
tsk7-9 Adds tests for REST
Adds test for the resources that retrieve the most recent stories and a
story identified by an id Corrects months of StoriesDataset Change Story
to ignore the parse of getTime Adds an endpoint to retrieve a microstory
identified by an identifier
The file was modifiedrest/src/main/java/es/uvigo/esei/dgss/microstories/rest/StoryResource.java (diff)
The file was addedrest/src/test/java/es/uvigo/esei/dgss/microstories/rest/ResourceIntegrationTestSuite.java (diff)
The file was modifiedrest/src/test/resources/web.xml (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/microstories/domain/Story.java (diff)
The file was addedrest/src/test/java/es/uvigo/esei/dgss/microstories/rest/StoryResourceRestTest.java (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/microstories/service/StoryService.java (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoriesDataset.java (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/IsEqualToStory.java (diff)
The file was addedrest/src/test/java/es/uvigo/esei/dgss/microstories/rest/GenericTypes.java (diff)