SuccessChanges

Summary

  1. tsk29 Adds method to increment visit count of story (details)
Commit de9cd6c6476b763f3de9ac488470e7329e382dab by aggarcia3
tsk29 Adds method to increment visit count of story
An existing story in the test dataset was modified to allow testing
correct overflow behavior on increment by behaving as if saturating
arithmetic was in place, too.
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/entities/StoriesDataset.java (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryService.java (diff)
The file was addedtests/src/main/resources/datasets/stories-visit-story.xml (diff)
The file was modifiedtests/src/main/resources/datasets/stories.xml (diff)
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryServiceTest.java (diff)