debian man page for jifty::test::email

Query: jifty::test::email

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Jifty::Test::Email(3pm) 				User Contributed Perl Documentation				   Jifty::Test::Email(3pm)

NAME
Jifty::Test::Email - Test mail notification
SYNOPSIS
use Jifty::Test::Email; mail_ok { # ... code } { from => 'admin@localhost', body => qr('hello') }, { from => 'admin@localhost', body => qr('hello again') }; # ... more code # XXX: not yet mail_sent_ok { from => 'admin@localhost', body => qr('hello') }; # you should expect all mails by the end of the test
DESCRIPTION
This is a test helper module for jifty, allowing you to expect mail notification generated during the block or the test.
METHODS
mail_ok BLOCK HASHREF [, HASHREF ...] Executes the "BLOCK", and expects it to send a number of emails equal to the number of "HASHREF"s after the "BLOCK". "ok" in Test::Email is used to check if the messages match up to the appropriate hashrefs.
ENDING TESTS
An END block causes the test to "die" if there are uncaught notifications at the end of the test script. perl v5.14.2 2010-09-25 Jifty::Test::Email(3pm)
Related Man Pages
email::send::test(3pm) - debian
email::sender::transport::test(3pm) - debian
jifty::json(3pm) - debian
jifty::script::model(3pm) - debian
test::email(3pm) - debian
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
Detecting unused variables...
One instance of comparing grep and awk
Weird 'find' results
A (ksh) Library For and From UNIX.com