SuccessChanges

Summary

  1. tsk1-3 Adds class documentation, throw exceptions, and adds tests to (details)
Commit 5f660c335a3d6ce61c719593146f15fcf4a65db5 by jspilva17
tsk1-3 Adds class documentation, throw exceptions, and adds tests to
entity story
In the story entity, if the gender size exceeds a certain number of
characters, throws an illegal exception. Also, different tests adds to
check for this exception. Finally, creates documentation for enums,
Story test and story entity.
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/Story.java (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/Theme.java (diff)
The file was addedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoryEntity.java (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/Genre.java (diff)