SuccessChanges

Summary

  1. tsk35-36: Adds integration tests for story retrieval and search (details)
Commit f6d1bda7d21b83fc1c4a8ba6843a1c593f7c6ab0 by devpablogg
tsk35-36: Adds integration tests for story retrieval and search
functionality in service layer
Added integration tests covering story retrieval by ID and text search,
including invalid input handling and expected exception behavior.
Updated
`StoryService` to use a custom `EntityNotFoundException` instead of
`NotFoundException`, since Arquillian wraps it in an
`ArquillianProxyException`.
The file was modifiedservice/src/main/java/es/uvigo/esei/microstories/services/StoryService.java (diff)
The file was addedservice/src/test/java/es/uvigo/esei/microstories/services/ServiceIntegrationTestSuite.java (diff)
The file was modifiedrest/src/main/java/es/uvigo/esei/microstories/rest/StoryResource.java (diff)
The file was modifiedservice/src/test/java/es/uvigo/esei/microstories/services/StoryServiceIntegrationTest.java (diff)
The file was addedservice/src/main/java/es/uvigo/esei/microstories/services/exceptions/EntityNotFoundException.java (diff)