SuccessChanges

Summary

  1. Adds a TestingMailer to the JSF module (details)
  2. Merges a temporal branch failing test. (details)
Commit 3285f34f61ba56f6dde383404b7ad27ed22170e4 by bcgonzalez3
Adds a TestingMailer to the JSF module
TestingMailer is a stub implementation of the Mailer interface intended
to be used in the tests. This class replaces the DefaultMailer to store
the emails sent instead of effectively sending them.
This email also adds the Email and MailBox classes to the tests module.
This classes can be used to ease the implementation of stub Mailer.
Actually, the JSF's TestingMailer extends the MailBox class.
The file was addedjsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/util/mail/TestingMailer.java
The file was addedtests/src/main/java/es/uvigo/esei/dgss/letta/mail/Email.java
The file was addedjsf/src/test/resources-wildfly-embedded-h2/beans-mailer.xml
The file was modifiedjsf/src/test/resources-wildfly-embedded-h2/beans.xml
The file was addedjsf/src/test/resources-wildfly-embedded-mysql/beans-mailer.xml
The file was modifiedjsf/src/test/resources-wildfly-embedded-mysql/beans.xml
The file was addedtests/src/main/java/es/uvigo/esei/dgss/letta/mail/MailBox.java
Commit dbb4f543f0e35bd6d8e1f5c5f351fd61422801bb by bcgonzalez3
Merges a temporal branch failing test.
Added a test for register user controller Created a testing mailer to
simulate send a confirmation email.
The file was modifiedjsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/pages/RegisterPage.java
The file was modifiedjsf/src/main/webapp/register.xhtml
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/UsersDataset.java
The file was addedjsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/pages/RegisterForm.java
The file was modifiedjsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/RegisterUserControllerTest.java