Documentation

MatchOptionsTest extends TestCase
in package

MatchOptionsTest Class Doc Comment

Tags
category

Class

description

Optional filter for matching emails based on fields. For instance filter results to only include emails whose `SUBJECT` value does `CONTAIN` given match value. An example payload would be `{ matches: [{ field: 'SUBJECT', should: 'CONTAIN', value: 'Welcome' }] }`. You can also pass conditions such as `HAS_ATTACHMENT`. If you wish to extract regex matches inside the email content see the `getEmailContentMatch` method in the EmailController.

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
testMatchOptions()  : mixed
Test "MatchOptions"
testPropertyConditions()  : mixed
Test attribute "conditions"
testPropertyMatches()  : mixed
Test attribute "matches"

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

testMatchOptions()

Test "MatchOptions"

public testMatchOptions() : mixed
Return values
mixed

testPropertyConditions()

Test attribute "conditions"

public testPropertyConditions() : mixed
Return values
mixed

testPropertyMatches()

Test attribute "matches"

public testPropertyMatches() : mixed
Return values
mixed

Search results