Documentation

DomainDtoTest extends TestCase
in package

DomainDtoTest Class Doc Comment

Tags
category

Class

description

Domain plus verification records and status

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
testDomainDto()  : mixed
Test "DomainDto"
testPropertyCatchAllInboxId()  : mixed
Test attribute "catch_all_inbox_id"
testPropertyCreatedAt()  : mixed
Test attribute "created_at"
testPropertyDkimTokens()  : mixed
Test attribute "dkim_tokens"
testPropertyDomain()  : mixed
Test attribute "domain"
testPropertyDomainNameRecords()  : mixed
Test attribute "domain_name_records"
testPropertyDomainType()  : mixed
Test attribute "domain_type"
testPropertyHasMissingRecords()  : mixed
Test attribute "has_missing_records"
testPropertyId()  : mixed
Test attribute "id"
testPropertyIsVerified()  : mixed
Test attribute "is_verified"
testPropertyMissingRecordsMessage()  : mixed
Test attribute "missing_records_message"
testPropertyUpdatedAt()  : mixed
Test attribute "updated_at"
testPropertyUserId()  : mixed
Test attribute "user_id"
testPropertyVerificationToken()  : mixed
Test attribute "verification_token"

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

testDomainDto()

Test "DomainDto"

public testDomainDto() : mixed
Return values
mixed

testPropertyCatchAllInboxId()

Test attribute "catch_all_inbox_id"

public testPropertyCatchAllInboxId() : mixed
Return values
mixed

testPropertyCreatedAt()

Test attribute "created_at"

public testPropertyCreatedAt() : mixed
Return values
mixed

testPropertyDkimTokens()

Test attribute "dkim_tokens"

public testPropertyDkimTokens() : mixed
Return values
mixed

testPropertyDomain()

Test attribute "domain"

public testPropertyDomain() : mixed
Return values
mixed

testPropertyDomainNameRecords()

Test attribute "domain_name_records"

public testPropertyDomainNameRecords() : mixed
Return values
mixed

testPropertyDomainType()

Test attribute "domain_type"

public testPropertyDomainType() : mixed
Return values
mixed

testPropertyHasMissingRecords()

Test attribute "has_missing_records"

public testPropertyHasMissingRecords() : mixed
Return values
mixed

testPropertyId()

Test attribute "id"

public testPropertyId() : mixed
Return values
mixed

testPropertyIsVerified()

Test attribute "is_verified"

public testPropertyIsVerified() : mixed
Return values
mixed

testPropertyMissingRecordsMessage()

Test attribute "missing_records_message"

public testPropertyMissingRecordsMessage() : mixed
Return values
mixed

testPropertyUpdatedAt()

Test attribute "updated_at"

public testPropertyUpdatedAt() : mixed
Return values
mixed

testPropertyUserId()

Test attribute "user_id"

public testPropertyUserId() : mixed
Return values
mixed

testPropertyVerificationToken()

Test attribute "verification_token"

public testPropertyVerificationToken() : mixed
Return values
mixed

Search results