WaitForControllerApiTest
extends TestCase
in package
WaitForControllerApiTest Class Doc Comment
Tags
Table of Contents
- setUp() : void
- Setup before running each test case
- setUpBeforeClass() : void
- Setup before running any test cases
- tearDown() : void
- Clean up after running each test case
- tearDownAfterClass() : void
- Clean up after running all test cases
- testWaitFor() : mixed
- Test case for waitFor
- testWaitForEmailCount() : mixed
- Test case for waitForEmailCount
- testWaitForLatestEmail() : mixed
- Test case for waitForLatestEmail
- testWaitForLatestSms() : mixed
- Test case for waitForLatestSms
- testWaitForMatchingEmails() : mixed
- Test case for waitForMatchingEmails
- testWaitForMatchingFirstEmail() : mixed
- Test case for waitForMatchingFirstEmail
- testWaitForNthEmail() : mixed
- Test case for waitForNthEmail
- testWaitForSms() : mixed
- Test case for waitForSms
Methods
setUp()
Setup before running each test case
public
setUp() : void
Return values
void —setUpBeforeClass()
Setup before running any test cases
public
static setUpBeforeClass() : void
Return values
void —tearDown()
Clean up after running each test case
public
tearDown() : void
Return values
void —tearDownAfterClass()
Clean up after running all test cases
public
static tearDownAfterClass() : void
Return values
void —testWaitFor()
Test case for waitFor
public
testWaitFor() : mixed
Wait for an email to match the provided filter conditions such as subject contains keyword..
Return values
mixed —testWaitForEmailCount()
Test case for waitForEmailCount
public
testWaitForEmailCount() : mixed
Wait for and return count number of emails. Hold connection until inbox count matches expected or timeout occurs.
Return values
mixed —testWaitForLatestEmail()
Test case for waitForLatestEmail
public
testWaitForLatestEmail() : mixed
Fetch inbox's latest email or if empty wait for an email to arrive.
Return values
mixed —testWaitForLatestSms()
Test case for waitForLatestSms
public
testWaitForLatestSms() : mixed
Wait for the latest SMS message to match the provided filter conditions such as body contains keyword..
Return values
mixed —testWaitForMatchingEmails()
Test case for waitForMatchingEmails
public
testWaitForMatchingEmails() : mixed
Wait or return list of emails that match simple matching patterns.
Return values
mixed —testWaitForMatchingFirstEmail()
Test case for waitForMatchingFirstEmail
public
testWaitForMatchingFirstEmail() : mixed
Wait for or return the first email that matches provided MatchOptions array.
Return values
mixed —testWaitForNthEmail()
Test case for waitForNthEmail
public
testWaitForNthEmail() : mixed
Wait for or fetch the email with a given index in the inbox specified. If index doesn't exist waits for it to exist or timeout to occur..
Return values
mixed —testWaitForSms()
Test case for waitForSms
public
testWaitForSms() : mixed
Wait for an SMS message to match the provided filter conditions such as body contains keyword..