SuccessChanges

Summary

  1. tsk5 Initial creation of the EJB and its test (details)
  2. tsk5 Creating EJB and its tests (details)
Commit f0ba596cd1572efd6883e722ab9d8514270aa149 by miguigg1412
tsk5 Initial creation of the EJB and its test
Creation of the EJB with the function to get recent stories and initial
creation of the tests.
The file was addedservice/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJB.java
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/Story.java
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoriesDataset.java
The file was addedservice/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJBIntegrationTest.java
Commit 3600c01de5db5dd1931bbc21d966e6ea8ee5ff79 by miguigg1412
tsk5 Creating EJB and its tests
Created the EJB tests and updated the dataset. Updated with new tests
the Integration Test for the EJB
The file was modifiedtests/src/main/resources/datasets/stories.xml
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJBIntegrationTest.java
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoriesDataset.java
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJB.java
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/IsEqualToStory.java