UnstableChanges

Summary

  1. tsk35-36: Adds integration tests for story retrieval and search (details)
Commit 7863d549c16e6b3ce1b4e585a85113fa7d60a8c9 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 `IllegalArgumentException` 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 modifiedservice/src/test/java/es/uvigo/esei/microstories/services/StoryServiceIntegrationTest.java (diff)