SuccessChanges

Summary

  1. tsk9 Adds the javadoc and the corresponding tests to the (details)
Commit 68d958f64ba89c93a65ca620d77b96f471f5038a by bcgonzalez4
tsk9 Adds the javadoc and the corresponding tests to the
StoryEJB.getById method
Adds the documentation and the corresponding unit tests to the getId
method of StoryEJB. A storyWithId method is also added to the
StoryDataset class to get the first story in the list of stories whose
id matches the entered one.
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJB.java (diff)
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/TestStoryEJB.java (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryDataset.java (diff)