Documentation

WaitForConditionsTest extends TestCase
in package

WaitForConditionsTest Class Doc Comment

Tags
category

Class

description

Conditions to apply to emails that you are waiting for

author

OpenAPI Generator team

link
https://openapi-generator.tech

Table of Contents

setUp()  : void
Setup before running each test case
setUpBeforeClass()  : void
Setup before running any test case
tearDown()  : void
Clean up after running each test case
tearDownAfterClass()  : void
Clean up after running all test cases
testPropertyBefore()  : mixed
Test attribute "before"
testPropertyCount()  : mixed
Test attribute "count"
testPropertyCountType()  : mixed
Test attribute "count_type"
testPropertyDelayTimeout()  : mixed
Test attribute "delay_timeout"
testPropertyInboxId()  : mixed
Test attribute "inbox_id"
testPropertyMatches()  : mixed
Test attribute "matches"
testPropertySince()  : mixed
Test attribute "since"
testPropertySortDirection()  : mixed
Test attribute "sort_direction"
testPropertyTimeout()  : mixed
Test attribute "timeout"
testPropertyUnreadOnly()  : mixed
Test attribute "unread_only"
testWaitForConditions()  : mixed
Test "WaitForConditions"

Methods

setUpBeforeClass()

Setup before running any test case

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

testPropertyBefore()

Test attribute "before"

public testPropertyBefore() : mixed
Return values
mixed

testPropertyCount()

Test attribute "count"

public testPropertyCount() : mixed
Return values
mixed

testPropertyCountType()

Test attribute "count_type"

public testPropertyCountType() : mixed
Return values
mixed

testPropertyDelayTimeout()

Test attribute "delay_timeout"

public testPropertyDelayTimeout() : mixed
Return values
mixed

testPropertyInboxId()

Test attribute "inbox_id"

public testPropertyInboxId() : mixed
Return values
mixed

testPropertyMatches()

Test attribute "matches"

public testPropertyMatches() : mixed
Return values
mixed

testPropertySince()

Test attribute "since"

public testPropertySince() : mixed
Return values
mixed

testPropertySortDirection()

Test attribute "sort_direction"

public testPropertySortDirection() : mixed
Return values
mixed

testPropertyTimeout()

Test attribute "timeout"

public testPropertyTimeout() : mixed
Return values
mixed

testPropertyUnreadOnly()

Test attribute "unread_only"

public testPropertyUnreadOnly() : mixed
Return values
mixed

testWaitForConditions()

Test "WaitForConditions"

public testWaitForConditions() : mixed
Return values
mixed

Search results