EventTest
extends TestCase
in package
EventTest Class Doc Comment
Tags
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
- testEvent() : mixed
- Test "Event"
- testPropertyDeliveryContext() : mixed
- Test attribute "deliveryContext"
- testPropertyMode() : mixed
- Test attribute "mode"
- testPropertySource() : mixed
- Test attribute "source"
- testPropertyTimestamp() : mixed
- Test attribute "timestamp"
- testPropertyType() : mixed
- Test attribute "type"
- testPropertyWebhookEventId() : mixed
- Test attribute "webhookEventId"
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 —testEvent()
Test "Event"
public
testEvent() : mixed
Return values
mixed —testPropertyDeliveryContext()
Test attribute "deliveryContext"
public
testPropertyDeliveryContext() : mixed
Return values
mixed —testPropertyMode()
Test attribute "mode"
public
testPropertyMode() : mixed
Return values
mixed —testPropertySource()
Test attribute "source"
public
testPropertySource() : mixed
Return values
mixed —testPropertyTimestamp()
Test attribute "timestamp"
public
testPropertyTimestamp() : mixed
Return values
mixed —testPropertyType()
Test attribute "type"
public
testPropertyType() : mixed
Return values
mixed —testPropertyWebhookEventId()
Test attribute "webhookEventId"
public
testPropertyWebhookEventId() : mixed