Mail.TestAssertions (mail v0.2.3) View Source

Primitives for building your own assertions for Mail.Message renderers.

A custom assertion should implement its own parser. The result of the parsing the actual message and the expected message is then passed into compare/2

Link to this section Summary

Functions

Primary hook used by rendered mail assertions. Expected parsed messages.

Link to this section Functions

Link to this function

compare(actual, expected)

View Source

Primary hook used by rendered mail assertions. Expected parsed messages.