Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide possibility to register embedded subprocess mocks #42

Open
p-wunderlich opened this issue Sep 1, 2017 · 2 comments
Open

Provide possibility to register embedded subprocess mocks #42

p-wunderlich opened this issue Sep 1, 2017 · 2 comments

Comments

@p-wunderlich
Copy link
Collaborator

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
p-wunderlich added a commit that referenced this issue Sep 1, 2017
@jangalinski
Copy link
Collaborator

@pschalk : isn't this done?

@p-wunderlich
Copy link
Collaborator Author

@jangalinski Nope, it's just possible to mock external subprocesses (Call Activities). But it's still not possible to mock embedded subprocesses.

@jangalinski jangalinski added this to the BACKLOG milestone Apr 29, 2022
@jangalinski jangalinski removed this from the BACKLOG milestone Apr 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants