SuccessChanges

Summary

  1. tsk1: Add Tests for Story Entity (details)
Commit 06fef83df8cd27173fe54f25d0af4a89cf74fb44 by david.f.suarez18
tsk1: Add Tests for Story Entity
The test class for the Story entity was added, covering the majority of
validations. The Story entity was also improved by adding more
validations in the setters and constants that can be used in other
classes. These constants are now used in the JPA annotations to ensure
consistent restrictions.
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/Story.java (diff)
The file was addeddomain/src/test/java/es/uvigo/esei/dgss/teama/microstories/entities/StoryTest.java (diff)