SuccessChanges

Summary

  1. tsk29 Adds fixes to some code errors (details)
Commit b163541f7d0f1310125485c69d393ae367d6b5aa by anaabadlorenzo24
tsk29 Adds fixes to some code errors
Adds new matcher (IsEqualToPagination) in order to improve testing of
pagination response objects. Also adds equals() and hashCode() to
StoryDTO necessary for testing.
The file was modifiedrest/src/main/java/microstories/model/StoryDto.java (diff)
The file was addedrest/src/test/java/es/uvigo/esei/dgss/teama/microstories/rest/IsEqualToPagination.java (diff)
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResourceRestTest.java (diff)