Man Page: jifty::test::email
Operating Environment: debian
Section: 3pm
Jifty::Test::Email(3pm) User Contributed Perl Documentation Jifty::Test::Email(3pm)NAMEJifty::Test::Email - Test mail notificationSYNOPSISuse 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 testDESCRIPTIONThis is a test helper module for jifty, allowing you to expect mail notification generated during the block or the test.METHODSmail_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 TESTSAn 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 |
|---|
| jifty::handler(3pm) - debian |
| jifty::manual::style(3pm) - debian |
| jifty::notification(3pm) - debian |
| jifty::plugin::cssquery(3pm) - debian |
| jifty::test(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Installing Dash Shell on OS X Lion |
| Introduction |
| Find columns in a file based on header and print to new file |
| Weird 'find' results |