Documentation

CreateDomainOptionsTest extends TestCase
in package

CreateDomainOptionsTest Class Doc Comment

Tags
category

Class

description

Options for creating a domain to use with MailSlurp. You must have ownership access to this domain in order to verify it. Domains will not function correctly until the domain has been verified. See https://www.mailslurp.com/guides/custom-domains for help. Domains can be either `HTTP` or `SMTP` type. The type of domain determines which inboxes can be used with it. `SMTP` inboxes use a mail server running `mxslurp.click` while `HTTP` inboxes are handled by AWS SES.

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
testCreateDomainOptions()  : mixed
Test "CreateDomainOptions"
testPropertyCreatedCatchAllInbox()  : mixed
Test attribute "created_catch_all_inbox"
testPropertyDescription()  : mixed
Test attribute "description"
testPropertyDomain()  : mixed
Test attribute "domain"
testPropertyDomainType()  : mixed
Test attribute "domain_type"

Methods

setUpBeforeClass()

Setup before running any test case

public static setUpBeforeClass() : void
Return values
void

tearDownAfterClass()

Clean up after running all test cases

public static tearDownAfterClass() : void
Return values
void

testCreateDomainOptions()

Test "CreateDomainOptions"

public testCreateDomainOptions() : mixed
Return values
mixed

testPropertyCreatedCatchAllInbox()

Test attribute "created_catch_all_inbox"

public testPropertyCreatedCatchAllInbox() : mixed
Return values
mixed

testPropertyDescription()

Test attribute "description"

public testPropertyDescription() : mixed
Return values
mixed

testPropertyDomain()

Test attribute "domain"

public testPropertyDomain() : mixed
Return values
mixed

testPropertyDomainType()

Test attribute "domain_type"

public testPropertyDomainType() : mixed
Return values
mixed

Search results