Newer Version Available
TestBroker Class
Namespace
TestBroker Methods
The following are methods for TestBroker.
deliver()
Delivers platform event messages to the test event bus. Use this
method to deliver test event messages multiple times and verify that event subscribers have
processed the test events each step of the way.
Signature
public void deliver()
Return Value
Type: void
Usage
Enclose Test.getEventBus().deliver() within the Test.startTest() and Test.stopTest() statement block.