SuccessChanges

Summary

  1. tsk3/4 Creation of datasets and the matcher (details)
  2. tsk5 Initial creation of the EJB and its test (details)
Commit f69328c627e118a82edc1b49ebb4c36e91eeadbc by miguigg1412
tsk3/4 Creation of datasets and the matcher
Creation of the datasets and the matcher for the entity Story. The class
StoryDataset is yet to be finalized
The file was addedtests/src/main/resources/datasets/stories-update.xml
The file was addedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoriesDataset.java
The file was addedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/IsEqualToStory.java
The file was addedtests/src/main/resources/datasets/stories.xml
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/Story.java
The file was addedtests/src/main/resources/datasets/stories-remove.xml
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