You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently OghamAssertions only provide assertions for JavaMail and SMPP.
However, it could be great if the same code for checking adapts to any other sender implementation. For example, testing an email sending with SendGrid should hide WireMock complexity and let developer use same code as for JavaMail to ensure that email is correctly received.
If this is done, code for checking in classpath testing will be easier to maintain.
The text was updated successfully, but these errors were encountered:
Currently OghamAssertions only provide assertions for JavaMail and SMPP.
However, it could be great if the same code for checking adapts to any other sender implementation. For example, testing an email sending with SendGrid should hide WireMock complexity and let developer use same code as for JavaMail to ensure that email is correctly received.
If this is done, code for checking in classpath testing will be easier to maintain.
The text was updated successfully, but these errors were encountered: