Commit
75b0a397b51ef25801ac36f5fa41175eea1668d1
by bcgonzalez3
Adds a new Hamcrest matcher for regular expressions The RegexMatcher is a basic Hamcrest matcher that check if a string matches a given regular expression.
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.