FailedChanges

Summary

  1. tsk18 Adds Explore Stories functionality with tests (details)
Commit 73f50db56a5b9265ae450ce4f7289feb917ad58d by jqbergantinho
tsk18 Adds Explore Stories functionality with tests
Adds the explore stories functionality to searchStories method, renaming
it to searchOrExploreStories. It also modifies existing unit tests to
accommodate the new function and adds the rest tests necessary to check
the correct functioning of this method
The file was modifiedrest/src/main/java/es/uvigo/esei/dgss/teamB/microstories/rest/StoryResource.java (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/entities/StoriesDataset.java (diff)
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/teamB/microstories/rest/StoryResourceRestTest.java (diff)
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/teamB/microstories/rest/StoryResourceUnitTest.java (diff)