You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.
Have the Function return the event being posted on EventHubs for the last message processed.
(Since these functions work with JsonElements and JsonObjects instead of POJOS, feel free to covert them into DexEventPayload on the unit test itself, or just use JsonObject )
use the return type to assert appropriately:
Happy Paths should assert summary.current_status is successful and a Process Metadata has been added to the array of processes with appropriate assertion.
Errors should assert summary.current_status, summary.problem and process Metadata has been added to the array of processes with appropriate assertions.
The text was updated successfully, but these errors were encountered:
Have the Function return the event being posted on EventHubs for the last message processed.
(Since these functions work with JsonElements and JsonObjects instead of POJOS, feel free to covert them into DexEventPayload on the unit test itself, or just use JsonObject )
use the return type to assert appropriately:
Happy Paths should assert summary.current_status is successful and a Process Metadata has been added to the array of processes with appropriate assertion.
Errors should assert summary.current_status, summary.problem and process Metadata has been added to the array of processes with appropriate assertions.
The text was updated successfully, but these errors were encountered: