SuccessChanges

Summary

  1. Adds the dataset and test utility classes for User and Registration (details)
Commit f6a2db4b5eeab8d83e43b242cd5aff9d6ab3a13a by Miguel Reboiro-Jato
Adds the dataset and test utility classes for User and Registration
Dataset classes and the companion DBUnit XML datasets have been added to
the tests module to ease the developing of tests with this entities. In
addition, two new Hamcrest matchers for comparing User and Registration
entities have been added.
This commit also completes the Javadoc of the existent test utility
classes and updates the package of the domain entities.
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/letta/service/EventEJBTest.java (diff)
The file was removeddomain/src/test/java/es/uvigo/esei/dgss/letta/domain/EventTest.java (diff)
The file was addedtests/src/main/resources/datasets/registrations-register-user.xml (diff)
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/letta/service/RegisterEJBTEst.java (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/letta/service/RegisterEJB.java (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/IsEqualsToEntity.java (diff)
The file was removeddomain/src/main/java/es/uvigo/esei/dgss/letta/domain/Role.java (diff)
The file was removeddomain/src/test/java/es/uvigo/esei/dgss/letta/domain/RegistrationTest.java (diff)
The file was addeddomain/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/EventType.java (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/letta/service/util/security/RoleCaller.java (diff)
The file was addedtests/src/main/resources/datasets/registrations.xml (diff)
The file was addedtests/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/UsersDataset.java (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/letta/service/util/security/TestPrincipal.java (diff)
The file was addeddomain/src/test/java/es/uvigo/esei/dgss/letta/domain/entities/UserTest.java (diff)
The file was addedtests/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/IsEqualsToUser.java (diff)
The file was addeddomain/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/Registration.java (diff)
The file was addeddomain/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/User.java (diff)
The file was addeddomain/src/test/java/es/uvigo/esei/dgss/letta/domain/entities/EventTest.java (diff)
The file was addeddomain/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/Role.java (diff)
The file was removeddomain/src/main/java/es/uvigo/esei/dgss/letta/domain/User.java (diff)
The file was removeddomain/src/main/java/es/uvigo/esei/dgss/letta/domain/Registration.java (diff)
The file was addeddomain/src/test/java/es/uvigo/esei/dgss/letta/domain/entities/RegistrationTest.java (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/letta/service/EventEJB.java (diff)
The file was removeddomain/src/main/java/es/uvigo/esei/dgss/letta/domain/Event.java (diff)
The file was removeddomain/src/test/java/es/uvigo/esei/dgss/letta/domain/UserParameters.java (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/letta/http/util/HasHttpStatus.java (diff)
The file was addedtests/src/main/resources/datasets/users.xml (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/EventsDataset.java (diff)
The file was removeddomain/src/test/java/es/uvigo/esei/dgss/letta/domain/UserTest.java (diff)
The file was addedtests/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/RegistrationsDataset.java (diff)
The file was addeddomain/src/test/java/es/uvigo/esei/dgss/letta/domain/entities/UserParameters.java (diff)
The file was addedtests/src/main/resources/datasets/users-delete.xml (diff)
The file was addeddomain/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/Event.java (diff)
The file was addedtests/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/IsEqualsToRegistration.java (diff)
The file was addedtests/src/main/resources/datasets/users-create.xml (diff)
The file was removeddomain/src/main/java/es/uvigo/esei/dgss/letta/domain/EventType.java (diff)
The file was addedtests/src/main/resources/datasets/registrations-create.xml (diff)