Documentation

WebhookDtoTest extends TestCase
in package

WebhookDtoTest Class Doc Comment

Tags
category

Class

description

Representation of a webhook for an inbox. The URL specified will be using by MailSlurp whenever an email is received by the attached inbox. A webhook entity should have a URL that points to your server. Your server should accept HTTP/S POST requests and return a success 200. MailSlurp will retry your webhooks if they fail. See https://php.api.mailslurp.com/schemas/webhook-payload for the payload schema.

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
testPropertyBasicAuth()  : mixed
Test attribute "basic_auth"
testPropertyCreatedAt()  : mixed
Test attribute "created_at"
testPropertyEventName()  : mixed
Test attribute "event_name"
testPropertyId()  : mixed
Test attribute "id"
testPropertyIgnoreInsecureSslCertificates()  : mixed
Test attribute "ignore_insecure_ssl_certificates"
testPropertyInboxId()  : mixed
Test attribute "inbox_id"
testPropertyMethod()  : mixed
Test attribute "method"
testPropertyName()  : mixed
Test attribute "name"
testPropertyPayloadJsonSchema()  : mixed
Test attribute "payload_json_schema"
testPropertyPhoneId()  : mixed
Test attribute "phone_id"
testPropertyRequestBodyTemplate()  : mixed
Test attribute "request_body_template"
testPropertyRequestHeaders()  : mixed
Test attribute "request_headers"
testPropertyUpdatedAt()  : mixed
Test attribute "updated_at"
testPropertyUrl()  : mixed
Test attribute "url"
testPropertyUserId()  : mixed
Test attribute "user_id"
testPropertyUseStaticIpRange()  : mixed
Test attribute "use_static_ip_range"
testWebhookDto()  : mixed
Test "WebhookDto"

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

testPropertyBasicAuth()

Test attribute "basic_auth"

public testPropertyBasicAuth() : mixed
Return values
mixed

testPropertyCreatedAt()

Test attribute "created_at"

public testPropertyCreatedAt() : mixed
Return values
mixed

testPropertyEventName()

Test attribute "event_name"

public testPropertyEventName() : mixed
Return values
mixed

testPropertyId()

Test attribute "id"

public testPropertyId() : mixed
Return values
mixed

testPropertyIgnoreInsecureSslCertificates()

Test attribute "ignore_insecure_ssl_certificates"

public testPropertyIgnoreInsecureSslCertificates() : mixed
Return values
mixed

testPropertyInboxId()

Test attribute "inbox_id"

public testPropertyInboxId() : mixed
Return values
mixed

testPropertyMethod()

Test attribute "method"

public testPropertyMethod() : mixed
Return values
mixed

testPropertyName()

Test attribute "name"

public testPropertyName() : mixed
Return values
mixed

testPropertyPayloadJsonSchema()

Test attribute "payload_json_schema"

public testPropertyPayloadJsonSchema() : mixed
Return values
mixed

testPropertyPhoneId()

Test attribute "phone_id"

public testPropertyPhoneId() : mixed
Return values
mixed

testPropertyRequestBodyTemplate()

Test attribute "request_body_template"

public testPropertyRequestBodyTemplate() : mixed
Return values
mixed

testPropertyRequestHeaders()

Test attribute "request_headers"

public testPropertyRequestHeaders() : mixed
Return values
mixed

testPropertyUpdatedAt()

Test attribute "updated_at"

public testPropertyUpdatedAt() : mixed
Return values
mixed

testPropertyUrl()

Test attribute "url"

public testPropertyUrl() : mixed
Return values
mixed

testPropertyUserId()

Test attribute "user_id"

public testPropertyUserId() : mixed
Return values
mixed

testPropertyUseStaticIpRange()

Test attribute "use_static_ip_range"

public testPropertyUseStaticIpRange() : mixed
Return values
mixed

testWebhookDto()

Test "WebhookDto"

public testWebhookDto() : mixed
Return values
mixed

Search results