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
Requirement: When Testing a process with an embedded subprocess, it should be possible to perform the test without defining delegates of the subprocess. The subprocess should get mocked and just return an pre defined return value.
Acceptance criteria/MVP:
Provide possibility to register embedded subprocess mocks and define its output.
It should also be possible to verify if the embedded subprocess was executed.
the sub-process has to be cleaned up after the test ran (managed by the ProcessEngineRule)
Additional behaviours:
Process may be started synchroniously/asynchroniously
Run into an Error
Send a message
Wait for a message receive
Wait for a timer
The text was updated successfully, but these errors were encountered:
Requirement: When Testing a process with an embedded subprocess, it should be possible to perform the test without defining delegates of the subprocess. The subprocess should get mocked and just return an pre defined return value.
Acceptance criteria/MVP:
Additional behaviours:
The text was updated successfully, but these errors were encountered: