SuccessChanges

Summary

  1. Adds PRIVATE REST tests and modifies EventsDataset and UserPrivateRest (details)
Commit 561b4a31a639548a8335971e5c2991a4a2a0b450 by jacasanova
Adds PRIVATE REST tests and modifies EventsDataset and UserPrivateRest
Adds two functions in EventsDataset to use in the UserPrivateRest.
Modifies the REST function to join an Event.Now it has the Event id as a
PathParam instead of a QueryParam. Adds The UserRestTest and
UserUnitTest to test the PRIVATE REST API.
The file was addedrest/src/test/java/es/uvigo/esei/dgss/letta/rest/UserUnitTest.java (diff)
The file was modifiedrest/src/main/java/es/uvigo/esei/dgss/letta/rest/UserPrivateRest.java (diff)
The file was addedrest/src/test/java/es/uvigo/esei/dgss/letta/rest/UserRestTest.java (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/EventsDataset.java (diff)