9 calls to DrupalWebTestCase::drupalGetMails()

ContactSitewideTestCase::testAutoReply in drupal/modules/contact/contact.test
Tests auto-reply on the site-wide contact form.
DrupalWebTestCase::assertMailPattern in drupal/modules/simpletest/drupal_web_test_case.php
Asserts that the most recently sent e-mail message has the pattern in it.
DrupalWebTestCase::assertMailString in drupal/modules/simpletest/drupal_web_test_case.php
Asserts that the most recently sent e-mail message has the string in it.
DrupalWebTestCase::verboseEmail in drupal/modules/simpletest/drupal_web_test_case.php
Outputs to verbose the most recent $count emails sent.
OpenIDWebTestCase::getPasswordResetURLFromMail in drupal/modules/openid/openid.test
Parses the last sent e-mail and returns the one-time login link URL.
SimpleTestMailCaptureTestCase::testMailSend in drupal/modules/simpletest/simpletest.test
Test to see if the wrapper function is executed correctly.
SiteMaintenanceTestCase::testSiteMaintenance in drupal/modules/system/system.test
Verify site maintenance mode functionality.
UserCreateTestCase::testUserAdd in drupal/modules/user/user.test
Create a user through the administration interface and ensure that it displays in the user list.
UserPasswordResetTestCase::getResetURL in drupal/modules/user/user.test
Retrieves password reset email and extracts the login link.