SuccessChanges

Summary

  1. tsk11-15: Adds REST tests for story retrieval and search endpoints (details)
Commit 2df2006515acc30177c12a1ea734791015b24d41 by devpablogg
tsk11-15: Adds REST tests for story retrieval and search endpoints
Extended `StoryResourceRestTest` with Arquillian REST tests for getting
stories by ID, handling non-existent stories, and searching stories with
input validation. Updated `StoriesDataset` to include
`EXISTENT_STORY_TEXT` for search-related tests. These additions enhance
REST API coverage and ensure correct behavior of the Story resource.
Co-authored-by: PabloG02 <devpablogg@gmail.com>
The file was modifiedrest/src/test/java/es/uvigo/esei/microstories/rest/StoryResourceRestTest.java (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoriesDataset.java (diff)