SuccessChanges

Summary

  1. tsk29 Adds additional tests to story service and rest (details)
Commit 45c5f708b7490bedeade84aa01584b340cbbf77a by mvaugusto
tsk29 Adds additional tests to story service and rest
Adds new tests that check if the list of recent stories works as
expected when there's no stories and when there's less than six stories
stored. It also adds the necessary datasets (both xml and java class) to
be used by the new tests.
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/teamc/microstories/rest/StoryResourceRestTest.java (diff)
The file was addedtests/src/main/resources/datasets/stories-empty.xml (diff)
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teamc/microstories/service/StoryServiceIntegrationTest.java (diff)
The file was addedtests/src/main/resources/datasets/stories-less-than-six.xml (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamc/microstories/entities/StoriesDataset.java (diff)