Documentation

MatchOptionTest extends TestCase
in package

MatchOptionTest Class Doc Comment

Tags
category

Class

description

Options for matching emails in an inbox. Each match option object contains a `field`, `should` and `value` property. Together they form logical conditions such as `SUBJECT` should `CONTAIN` value.

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
testMatchOption()  : mixed
Test "MatchOption"
testPropertyField()  : mixed
Test attribute "field"
testPropertyShould()  : mixed
Test attribute "should"
testPropertyValue()  : mixed
Test attribute "value"

Methods

setUp()

Setup before running each test case

public setUp() : void
Return values
void

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

testMatchOption()

Test "MatchOption"

public testMatchOption() : mixed
Return values
mixed

testPropertyField()

Test attribute "field"

public testPropertyField() : mixed
Return values
mixed

testPropertyShould()

Test attribute "should"

public testPropertyShould() : mixed
Return values
mixed

testPropertyValue()

Test attribute "value"

public testPropertyValue() : mixed
Return values
mixed

Search results