Class DisabledEmailService

java.lang.Object
passport.infra.DisabledEmailService
All Implemented Interfaces:
EmailService

public class DisabledEmailService extends Object implements EmailService
A mock implementation of the EmailService interface used for testing purposes. This class captures the email document instead of sending it, allowing tests to verify email content without actually sending emails.