Documentation

DNSLookupResultTest extends TestCase
in package

DNSLookupResultTest Class Doc Comment

Tags
category

Class

description

DNS lookup result. Includes record type, time to live, raw response, and name value for the name server response.

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
testDNSLookupResult()  : mixed
Test "DNSLookupResult"
testPropertyName()  : mixed
Test attribute "name"
testPropertyRecordEntries()  : mixed
Test attribute "record_entries"
testPropertyRecordType()  : mixed
Test attribute "record_type"
testPropertyTtl()  : mixed
Test attribute "ttl"

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

testDNSLookupResult()

Test "DNSLookupResult"

public testDNSLookupResult() : mixed
Return values
mixed

testPropertyName()

Test attribute "name"

public testPropertyName() : mixed
Return values
mixed

testPropertyRecordEntries()

Test attribute "record_entries"

public testPropertyRecordEntries() : mixed
Return values
mixed

testPropertyRecordType()

Test attribute "record_type"

public testPropertyRecordType() : mixed
Return values
mixed

testPropertyTtl()

Test attribute "ttl"

public testPropertyTtl() : mixed
Return values
mixed

Search results