SuccessChanges

Summary

  1. tsk31 Adds the functionality for login and logout (details)
  2. tsk31 Adds the tests to check the login functionality (details)
Commit 3b13204a5ceb7a62b36b0e3abb7eda3fee5cf5ee by ifmarinho
tsk31 Adds the functionality for login and logout
Adds the controller where the necessary functions for login and logout
are implemented. Also added checks for valid login credentials
Adds the UserService file where the user in session is obtained
The file was addedjsf/src/main/java/es/uvigo/esei/dgss/teamB/microstories/jsf/controllers/LoginController.java
The file was addedtests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/entities/IsEqualToUser.java
The file was addedtests/src/main/resources/datasets/users.xml
The file was addedservice/src/main/java/es/uvigo/esei/dgss/teamB/microstories/service/UserService.java
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teamB/microstories/service/ServiceTestSuite.java
The file was addedservice/src/test/java/es/uvigo/esei/dgss/teamB/microstories/service/UserServiceTest.java
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/entities/UsersDataset.java
Commit d53f8bf45c327922f927f9404b9d6ce103cbacf8 by ifmarinho
tsk31 Adds the tests to check the login functionality
Adds IsEqualsToUser and UserServiceTest classes that implement the
necessary methods to perform tests on the Login
Adds in UsersDataset the necessary methods to check if the user with
which the session is started is an existing user
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/entities/UsersDataset.java
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/entities/IsEqualToUser.java
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teamB/microstories/service/UserServiceTest.java
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teamB/microstories/service/ServiceTestSuite.java