SuccessChanges

Summary

  1. tsk14 Creates method to explore the stories (details)
  2. tsk14 Updates tests for exploreStories method (details)
  3. tsk14 Modifies tests for exploreStories method (details)
Commit 42b7f05fe0c5d6845c9479d0b9c757130d1347a4 by aggarcia3
tsk14 Creates method to explore the stories
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryService.java
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryServiceTest.java
Commit 13bc2d8f0213cf7355f0c611046113335919f445 by aggarcia3
tsk14 Updates tests for exploreStories method
Fixed the queries for the published date in method exploreStories
Created more tests to test differents searches by genre, topic and
published dates
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryService.java
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryServiceTest.java
Commit 3687dd87b956988083fc12ad8e344801444fc7f8 by aggarcia3
tsk14 Modifies tests for exploreStories method
Created different methods in StoryDataset to get the number of stories
by genre, topic and publication. These methods allow us to get the
stories from the dataset dinamically instead of hardcoding this number.
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryServiceTest.java
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/entities/StoriesDataset.java
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryService.java