SuccessChanges

Summary

  1. Fixes Story constructors parameter validation (details)
Commit 20c68d166804135323fe9f1789a026ccbbcd6210 by jspilva17
Fixes Story constructors parameter validation
The Story constructor modifies because the validations are wrong, this
is because the if conditional are evaluates in wrong order and the
exceptions were not as expected. Additionally, in file StoryEntityTest
the throws exceptions deletes because the @Test(expected =
IllegalArgumentException.class) indicates that an exception is expected.
The file was removedrest/dgss2223-teamA-microstories-rest.iml (diff)
The file was removeddomain/dgss2223-teamA-microstories-domain.iml (diff)
The file was modifieddomain/src/test/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryEntityTest.java (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/Story.java (diff)
The file was removedjsf/dgss2223-teamA-microstories-jsf.iml (diff)