SuccessChanges

Summary

  1. tsk11 Adds the EJB method to search stories by text. (details)
Commit 9a5af239c6ab139024169f4cd04ccdce39d90313 by david.f.suarez18
tsk11 Adds the EJB method to search stories by text.
Added a method to the EJB for searching all stories containing a
specified text. Implemented corresponding unit tests for the new search
functionality. Added a method in StoriesDataset to enable text-based
search within the dataset of stories.
The file was addedservice/src/test/resources-wildfly-embedded-h2/cleanup-autoincrement.sql (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoriesDataset.java (diff)
The file was addedservice/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/ServiceIntegrationTestSuite.java (diff)
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJBIntegrationTest.java (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJB.java (diff)