SuccessChanges

Summary

  1. tsk 32 Creates method to get user stories (details)
Commit 279d8195c15ea1fcbda53a06b79609144bb3ad99 by martinperez.patricia
tsk 32 Creates method to get user stories
Creates StoryService method to get the stories that belongs to a user.
Adds tests for this method. Creates private method to paginate the
stories as the code was duplicated in other methods. Creates dataset to
test the User entity. Adds two methods to get a user with stories and
another user without stories.
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryService.java
The file was addedtests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/entities/UsersDataset.java
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