GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Jifty::Test::Email(3) User Contributed Perl Documentation Jifty::Test::Email(3)

Jifty::Test::Email - Test mail notification

  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

This is a test helper module for jifty, allowing you to expect mail notification generated during the block or the test.

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.

An END block causes the test to "die" if there are uncaught notifications at the end of the test script.
2013-01-29 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.