SuccessChanges

Summary

  1. tsk10 Adds to the service the feature to search stories by text (details)
Commit 20cade0a800730658a173c053852d5692a3acf88 by nghervella
tsk10 Adds to the service the feature to search stories by text
Adds the search function to the service with its tests Adds dataset for
testing the search feature (xml file and dataset class)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teamc/microstories/service/StoryService.java (diff)
The file was modifiedtests/src/main/resources/datasets/stories-update.xml (diff)
The file was addedtests/src/main/resources/datasets/stories-search.xml (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamc/microstories/entities/StoriesDataset.java (diff)
The file was modifiedtests/src/main/resources/datasets/stories-remove.xml (diff)
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teamc/microstories/service/StoryServiceIntegrationTest.java (diff)
The file was modifiedtests/src/main/resources/datasets/stories-create.xml (diff)