SuccessChanges

Summary

  1. tsk72 Changes to protected visibility the constructors for testing (details)
Commit cf554ca775a3fffe7d1db2c00594af2dc78c932b by miguel.ferreiro.diaz
tsk72 Changes to protected visibility the constructors for testing
purposes
The constructors used for testing purposes on Story and User classes
have been changed to protected visibility because if they are public
could be used in code with not test purposes. For this changes, the
matchers and datasets for testing have been moved to the same package of
entities class to allow that the protected constructors can be accessed
from these classes. The package chosen to place these classes is called
"es.uvigo.esei.dgss.teama.microstories.domain.entities" and it has been
decided to include them in the entities subpackage because they share
the same objective and allow it to be isolated from new subpackages that
may appear in the "domain" package in the future.
The file was removeddomain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/User.java (diff)
The file was modifiedservice/src/main/resources/META-INF/persistence.xml (diff)
The file was addedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoriesDataset.java (diff)
The file was removedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/IsEqualToEntity.java (diff)
The file was removeddomain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/Story.java (diff)
The file was removedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/IsEqualToUser.java (diff)
The file was removeddomain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/Type.java (diff)
The file was removeddomain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/Topic.java (diff)
The file was modifiedjsf/src/main/java/es/uvigo/esei/dgss/teama/microstories/jsf/UserManagedBean.java (diff)
The file was modifiedrest/src/main/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResource.java (diff)
The file was addeddomain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/Topic.java (diff)
The file was modifiedrest/src/main/resources/META-INF/persistence.xml (diff)
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/teama/microstories/rest/GenericTypes.java (diff)
The file was removedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/IsEqualToStory.java (diff)
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/teama/microstories/rest/UserResourceRestTest.java (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/UserService.java (diff)
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/test/StoryServiceIntegrationTest.java (diff)
The file was addedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/IsEqualToStory.java (diff)
The file was removeddomain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/Favourite.java (diff)
The file was addeddomain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/Story.java (diff)
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResourceRestTest.java (diff)
The file was modifiedrest/src/main/java/es/uvigo/esei/dgss/teama/microstories/rest/UserResource.java (diff)
The file was modifieddomain/src/test/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryTest.java (diff)
The file was addeddomain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/Favourite.java (diff)
The file was addeddomain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/User.java (diff)
The file was addedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/IsEqualToEntity.java (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryService.java (diff)
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/test/UserServiceIntegrationTest.java (diff)
The file was removedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoriesDataset.java (diff)
The file was addeddomain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/Type.java (diff)
The file was addedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/IsEqualToUser.java (diff)
The file was modifieddomain/src/test/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/UserTest.java (diff)
The file was modifiedjsf/src/main/java/es/uvigo/esei/dgss/teama/microstories/jsf/StoryManagedBean.java (diff)